In Part 2 of this series, we will discuss how test-driven development and managed-build processes have evolved with the release of .NET 2.0. The new Visual Studio includes support for Test Projects which can be used to unit test applications. MSBuild is also used within Visual Studio to produce build scripts, and can be used on a standalone basis as well as part of a build or integration server. Continuous integration continues to be an important process in this new environment. Examples will be provided using .NET 2.0 and Visual Studio 2005.
Download file:
Reviews