Javier Arguello (javarg)
Sharing my daily work experience..
-
Webcast MSDN: Parallel LINQ
Next Wednesday (April 27th) I will presenting Parallel LINQ and showing some not trivial stuff to optimize performance in parallel algorithms. Register here.
-
.NET Community Mexico City
I will be participating as an invited speaker in “Comunidad.NET” in Mexico City next Tuesday (April 26th). My presentation will be focusing code quality using Visual Studio Tools.
-
Async C# 5: Using Async Pattern with WCF and Silverlight
Sometime ago I published a way to use WCF service with the new Async Pattern in C#. The problem is that this approach won’t work with Silverlight. More specifically, TaskFactory is not available in Silverlight.
-
We are recruiting..
We are looking for smart and young .NET software developers, passionate about technology for our Mexico City office. If your are interested send us an email with your CV to rrhh@lagash.com specifying you are interested in Mexico City positions.
-
Team Foundation Server: Server-side Validation & Interception
Some time ago I presented a simple way to version TFS Web Services in order to intercept and perform server side validations.
-
Webcast MSDN: Migración y construcción de aplicaciones para Windows Azure con VM Role y el modo de administración
I will participating in a new Screencast tomorrow about new Azure features requested by the community. Admin mode and VM Role.
-
Asynchrony in C# 5: Dataflow Async Logger Sample
Check out this (very simple) code examples for TPL Dataflow.
-
Asynchrony in C# 5 (Part II)
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.
-
Microsoft Team Foundation Server 2010 Service Pack 1
Last week Microsoft has released the first Service Pack for Team Foundation Server. Several issues have been fixed and included in this patch.
-
Async CTP (C# 5): How to make WCF work with Async CTP
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.