Javier Arguello (javarg)
Sharing my daily work experience..
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.NET
ACS
ALM
Architecture
ASP.NET
Async
Azure
Build
C#
Cache
Cloud
Code Metrics
HSM
iPad
iPhone
Knockout.js
Languages
Linq
Lucene
Moles
MSDN
MVVM
Offtopic
PLINQ
Razor
Scrum
Security
Silverlight
SMTP
Team Foundation Server
Team System
Testing
TFS
TFS Build
tfspreview
Unit Test
VB.NET
Visual Studio
WCF
Web API
WebCast
Windows 8
WinRT
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
February 2013 (1)
January 2013 (1)
December 2012 (1)
November 2012 (4)
October 2012 (7)
September 2012 (1)
August 2012 (1)
July 2012 (2)
June 2012 (2)
May 2012 (1)
April 2012 (4)
March 2012 (3)
February 2012 (5)
January 2012 (1)
November 2011 (2)
May 2011 (1)
April 2011 (7)
March 2011 (8)
February 2011 (3)
Followed Blogs
Me on Blogger..
Rodolfo Finochietti
Soledad Pano
Pablo Cribaro
Blaine Wastell
Peter Provost
Aaron Bjork
Grant Holliday
Ricardo Montiel
Gabriel García
Erik Quinteros
Max Déboli
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...
Filed under:
Team Foundation Server
,
Team System
,
TFS
,
Visual Studio
,
ALM
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:
Visual Studio
,
Azure
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...
Filed under:
Visual Studio
,
Languages
,
C#
,
Async
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...
Filed under:
Visual Studio
,
Languages
,
C#
,
Async
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...
Filed under:
Team Foundation Server
,
Team System
,
TFS
,
Visual Studio
,
ALM
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...
Filed under:
Visual Studio
,
Languages
,
C#
,
Async
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...
Filed under:
Visual Studio
,
Languages
,
C#
,
Async
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 .
Filed under:
Visual Studio
,
Languages
,
VB.NET
,
C#
More Posts