May 2010
Intermediate to advanced
1272 pages
61h 18m
English
The Visual Studio IDE is a great place for creating applications, but in most cases you need to deploy them to your customers. The .NET Framework offers a nice infrastructure for accomplishing this, but you need to know some concepts about the infrastructure before effectively deploying applications. Often you can also create libraries and reference those libraries, or third-party libraries, other than the .NET Framework base libraries in your projects. Such libraries need to be deployed together with your application, but the .NET deployment model for assemblies works differently from the COM model. The goal of this chapter ...
Read now
Unlock full access