Interview Question
Created by admin on Sat, 17/11/2012 - 17:03
Question:
What's an assembly?
Language:
Answer:
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.