Limit this search to....

Deploying .Net Applications: Learning Msbuild and Clickonce
Contributor(s): Hashimi, Sayed (Author)
ISBN: 1590596528     ISBN-13: 9781590596524
Publisher: Apress
OUR PRICE:   $35.99  
Product Type: Paperback
Published: May 2006
Qty:
Annotation: Packed with hands-on guidance, practical examples, and war stories from the author's many experiences, this book provides everything one needs to know about deploying .NET applications. Hashimi includes hands-on detail about MSBuild and ClickOnce and discusses many best practices of .NET 2.0 software deployment.
Additional Information
BISAC Categories:
- Computers | Software Development & Engineering - General
- Computers | Programming - Microsoft
Dewey: 005.276
Series: Expert's Voice in .NET
Physical Information: 0.69" H x 7.44" W x 9.2" (1.18 lbs) 280 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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#) projects. MSBuild is an XML-based build engine and a tool that has been developed with customizability and extensibility in mind from its conception. By using MSBuild, you can change how your projects are built, creating customi- tions to fit your needs. With the advent of MSBuild, you no longer have to rely on third-party tools to handle the custom aspects of building your application. In addition, not only is this approach supported by Microsoft, but it is completely integrated with Visual Studio. If you need to tweak the settings for the C# compiler or how resources are generated, you now have this ability. The entire build process is open, and you can customize it in any way necessary. With other third-party tools this is simply unachievable.