Google News
logo
.Net - Interview Questions
What is an assembly in .Net?
An assembly is a file that is automatically generated by the compiler which consists of a collection of types and resources that are built to work together and form a logical unit of functionality. We can also say, assembly is a compiled code and logical unit of code.
 
Assemblies are implemented in the form of executable (.exe) or dynamic link library (.dll) files.
Advertisement