March 2011 - Posts

0
Comments

Team Foundation Server: Server-side Validation & Interception by javarg

Some time ago I presented a simple way to version TFS Web Services in order to intercept and perform server side validations. In this post I will introduce another way of doing so. Check out the  (poor documented) ITeamFoundationRequestFilter interface...
0
Comments

Webcast MSDN: Migración y construcción de aplicaciones para Windows Azure con VM Role y el modo de administración by javarg

I will participating in a new Screencast tomorrow about new Azure features requested by the community. Admin mode and VM Role. Click here to join.
Filed under: ,
0
Comments

Asynchrony in C# 5: Dataflow Async Logger Sample by javarg

Check out this (very simple) code examples for TPL Dataflow. Suppose you are developing an Async Logger to register application events to different sinks or log writers. The logger architecture would be as follow: Note how blocks can be composed to achieved...
0
Comments

Asynchrony in C# 5 (Part II) by javarg

This article is a continuation of the series of asynchronous features included in the new Async CTP preview for next versions of C# and VB. Check out Part I for more information. So, let’s continue with TPL Dataflow: Asynchronous functions TPL Dataflow...
0
Comments

Microsoft Team Foundation Server 2010 Service Pack 1 by javarg

Last week Microsoft has released the first Service Pack for Team Foundation Server. Several issues have been fixed and included in this patch. Check out the list of fixes here . Cool stuff has been shipped with this new released, such as the expected...
2
Comments

Async CTP (C# 5): How to make WCF work with Async CTP by javarg

If you have recently downloaded the new Async CTP you will notice that WCF uses Async Pattern and Event based Async Pattern in order to expose asynchronous operations. In order to make your service compatible with the new Async/Await Pattern try using...
2
Comments

Asynchrony in C# 5 (Part I) by javarg

I’ve been playing around with the new Async CTP preview available for download from Microsoft. It’s amazing how language trends are influencing the evolution of Microsoft’s developing platform. Much effort is being done at language level today than previous...
0
Comments

Webcast MSDN: El Futuro de C# y Visual Basic by javarg

I will be presenting an screencast tomorrow about next versions of C# and VB.NET. We will review some exciting new features. Register here .
More Posts