Browse by Tags

All Tags » ALM (RSS)

ALM Rangers Team! by javarg

Thank you Cesar Solis and Willy-Peter for this great opportunity! http://blogs.msdn.com/b/willy-peter_schaub/archive/2013/02/12/introducing-the-visual-studio-alm-rangers-javier-arguello.aspx
Filed under:

TFS Build On Azure with Incremental Version Number by javarg

I’ve recently needed to create a TFS Build over Azure Web Sites and Hosted TFS with incremental build versions (changing AssemblyInfo.* files). I’ve found this excellent project in CodePlex that works with TFS 2010. So, I’ve made the following modifications...

Webcast MSDN Latam: Team Foundation Server 2012 Para Todos by javarg

Join me in this interesting WebCast next august 29th.

TFS: Work Items values from External Databases by javarg

A common question in TFS forums is how to populate list items from external sources in Work Items. Well, there is not a specific functionality to integrate Work Items with external databases or systems when designing them. Actually, you will need to associate...

Visual Studio Code Metrics Cyclomatic Complexity & LINQ by javarg

Check about Cyclomatic Complexity . How does it work in Visual Studio? * CC = Cyclomatic Complexity CC = 1 static int MyComplexMethod( int number) { return number; } In the previous code fragment CC = 1 = one execution path. Next, having two possible...
More Posts Next page »