Chapter 14. Configuring .NET Assemblies

Each of the applications in this book's first thirteen chapters was developed along the lines of traditional "stand-alone" applications, with all of the custom programming logic packaged within a single executable file (*.exe). However, a major aspect of the .NET platform is the notion of binary reuse, where applications make use of the types contained within various external assemblies (aka code libraries). In this chapter, we'll examine the core details of creating, deploying, and configuring .NET assemblies.

You'll learn the construction of .NET namespaces and the distinction between single-file and multi-file assemblies, as well as private and shared assemblies. Next, you'll explore exactly how the ...

Get Pro C# 2010 and the .NET 4 Platform, Fifth 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.