C H A P T E R  21

Namespaces and Assemblies

Referencing Other Assemblies

In Chapter 1, we took a high-level look at the compilation process. You saw that the compiler takes the source code file and produces an output file called an assembly. This chapter takes a closer look at assemblies and how they are produced and deployed. It also covers how namespaces help organize types.

All the programs you’ve seen so far have, for the most part, declared and used their own classes. In many projects, however, ...

Get Illustrated C# 2012 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.