Assembly -
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. When you compile .NET code, the compiler creates .NET assemblies in the form of an executable (.exe) file or dynamic link library (.dll) file. A .NET assembly can bundle more than one physical files, such assemblies are called multi-file assemblies.
|