Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Debugging Asynchronous Code in Visual Studio 2013- Call Stack enhancements

Asynchronous code is ubiquitous in Windows apps. While asynchronous code can be great for creating responsive apps, it can also make it difficult for developers to understand the flow of their application. In Visual Studio 2013 and Windows 8.1, we have added new features that make it easier to understand the state of your asynchronous app so ...

Visual Studio 2013 Preview: Git version control and Team Foundation Build

I'm here today (and trying real hard to not be jealous of those of you reading this from beautiful San Francisco) to share some new information about version control and Team Foundation Build (TFBuild) in Visual Studio 2013 Preview. Version control I doubt many of you are surprised to hear that one of our big investments for...

Load testing with Team Foundation Service – Launching Preview and Early Adoption Program

As announced with Visual Studio 2013 launch, cloud based load testing with Visual studio Online is in Commercial Preview. This is open to all Visual Studio Online users. You can read more about it here.Getting Started links  Usage limits and Early Adoption ProgramAll users of Team Foundation Service will be able to run load tests on ...

Using Coded UI to test XAML-based Windows Store apps

In the last few months since Windows 8 RTM’ed, we have seen the number of apps on the Windows Store grow significantly. There are several different aspects to shipping a great app to the Store. One of these is testing your app to ensure that the bugs are flushed out and you have automated tests in place to ensure that you can make regression...

Using Visual Studio 2013 to Diagnose .NET Memory Issues in Production

Update: Note this post has been updated for Visual Studio 2013 RTM and is the first of a two-part series.  In the screenshots and examples Just My Code and Collapse Small Objects are disabled as covered in part 2.  It is recommended that you read this post before reading part 2. One of the issues that frequently affects .NET applications ...

Part 3: Unit testing with Traits and code coverage in Visual Studio 2012 using the TFS Build – and the new NuGet adapter approach

The Unit Testing series by one of the ALM MVPs Terje Sandstrom has been some of the highest read posts on the ALM blog…In this post he shows how to easily provide unit Test Adapters from NuGet. Thanks for the Great Post Terje!   ********************************************************** This is the 3rd post in a series on Unit ...