Definition: On the .NET platform, an Assembly is a file of object code plus extra information which prevents version mismatches and increases security.
An assembly can be an Executable file- an EXE or a Dynamic Link Library, -a DLL.
Note: The machine code in an assembly is CIL which is compiled into executable machine code when the assembly is loaded into memory.
Glossary:
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZExamples: My application needed three assemblies.

