May 2006
Intermediate to advanced
720 pages
17h 18m
English
IN THIS CHAPTER
System.Deployment.Application NamespaceIn the past, deploying Windows applications has often been a painful and arduous task. Previous versions of the .NET Framework made it easier to deploy Windows Forms applications because the .NET Framework’s inherent architecture removed DLL versioning problems and allowed side-by-side execution. However, it was still more difficult to bundle and deploy Windows Forms applications than it was to simply give a customer the URL to an ASP.NET web application.
The goal of this chapter is to show you that the old adage “Windows is ...