Assemblies (.NET) |
"Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality." [Taken from the MSDN .NET Framework Developer's Guide.] |