This book covers two important aspects of the software life cycle: build and deployment. The coverage of these crucial topics is only half the attraction of this book, though. The other half is the technologies covered: MSBuild and ClickOnce. What Is MSBuild? Previously the build process that Visual Studio followed was basically a black box and was d- ficult to customize. With the arrival of Visual Studio 2005 and .NET 2.0 comes the arrival of the Microsoft Build Engine, otherwise known as MSBuild. MSBuild is the utility that Visual Studio uses to build your managed (C#, VB .NET, and J#)...
This book covers two important aspects of the software life cycle: build and deployment. The coverage of these crucial topics is only half the attract...