Archives
-
TFS Build 2010: BuildNumber and DropLocation
Automatic Builds for Application Release is a current practice in every major development factory nowadays.
-
Evento Gratuito de Arquitectura / Architecture Event
El próximo 29 de noviembre voy a participar como orador en Microsoft en este evento gratuito sobre Herramientas de desarrollo y patrones de Arquitectura. Vamos a tomar varios temas interesantes sobre Arquitectura y construcción de Frameworks de Desarrollo.
-
Load Test in Windows Azure with Visual Studio Test Agents
Tomorrow I will be presenting “Load Test in Windows Azure with Visual Studio Test Agents” on MSDN. Hope to see you there.
-
Using Moles with DLR (dynamic)
As several people have found, Moles does not work well with DLR. Check Cameron’s post for this issue.
-
Moles and Linq to SQL: Mocking Linq to SQL Behavior
In recent years there’s been major investments in developing tools in order to provide good quality assurance features and incorporate industry practices into them.
-
Visual Studio 2010 crashes with “Exception has been thrown by the target of an invocation”
If you haven´t installed Visual Studio 2010 SP1 yet and you’ve enabled automatic Windows Update, chances are you end up getting the following error when starting VS2010: Exception has been thrown by the target of an invocation.
-
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.
-
Asynchrony in C# 5 (Part I)
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 versions of .NET.
-
Webcast MSDN: El Futuro de C# y Visual Basic
I will be presenting an screencast tomorrow about next versions of C# and VB.NET. We will review some exciting new features.
-
Visual Studio CodedUI Tests Search Criteria
CodedUI Test allows developers/testers to perform UI automated Tests over Windows desktop applications.
-
Webcast MSDN: Mejores Prácticas en la Gestión de Requisitos con Visual Studio 2010
I am going to participate in this MSDN WebCast (spanish only) with Maximiliano Déboli from Lagash today.
-
Overwriting TFS Web Services
In this blog I will share a technique I used to intercept TFS Web Services calls.