Chapter 50. Understanding the Global Assembly Cache

The Visual Studio IDE is a great place to create applications, but in most cases, you need to deploy them to your customers. The .NET Framework offers a nice infrastructure for making this possible, but you need to know some concepts about the infrastructure before effectively deploying applications. Often you can create libraries and reference those libraries, or third-party libraries, other than the .NET Framework base libraries in your projects. These 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 is ...

Get Visual Basic® 2012 Unleashed, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.