Visual Studio & TFS 2013 – List of extensions and tools (Part 2)

Go to Part 1 – List of Product Updates for information on Visual Studio and TFS 2013 updates Looking for the VS 2012 product updates and extensions ?  Go to Visual Studio 2012 Product and updates (Part 1)  and Visual Studio 2012 extensions (Part 2) Looking for the VS 2010 extensions ? Go to Visual Studio 2010 – List of Continue Reading →

Visual Studio and TFS 2013 List of Product Updates (Part 1)

This post is continued here! Looking for List of VS 2013 Extensions (Part 2) Updated April 12th 2014:  Visual Studio 2013 Update 2 RC &  TFS Server 2013 Update 2 Looking for the VS 2012 product info and extensions?  Go to Visual Studio 2012 Product and updates (Part 1)  and Visual Studio 2012 extensions (Part Continue Reading →

How to exclude code from Code Coverage in Visual Studio unit testing using runsettings

Download:  VS2012 Runsettingstemplate   VS2013 Runsettingstemplate The VS2012/13 unit test feature can generate code coverage results.  It can do so for (nearly) any type of adapter you choose to use, MSTest, CPPTest (managed/native), XUnit and NUnit (but not Chutzpah (note 1)). Assume you have a project with a set of unit tests included.  For this demonstration Continue Reading →