What is an assembly?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is an assembly?
Rating:
An assembly is a file just like any other file. The compiler generates this file automatically, after every successful compilation of .NET application. An assembly is a collection of types and resources that work together and form a logical unit of functionality. This logical unit of functionality is built, versioned, and deployed as a single unit. An assembly is the primary building unit of a .NET application. An assembly is a versionable unit of deployment of the .NET Framework. It is equivalent to .war, .ear, and .zip file formats but it provides a lot of rich features.
Rating:
Was this information helpful?
Other articles
- How to enable Just-In-Time debugging?
- How to add a reference in the Integrated Development Environment?
- What are the differences between the ref and out keywords?
- What is Tlbexp.exe tool?
- What is an application domain?
