a. Assemblies are the building blocks of .NET Framework applications
b. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality.
i.What are the contents of assembly?
In general, a static assembly can consist of four elements:
· The assembly manifest, which contains assembly metadata.
· Type metadata.
· Microsoft intermediate language (MSIL) code that implements the types.
· A set of resources.
ii. What are the different types of assemblies?
Ans:Private, Public/Shared, Satellite
No comments:
Post a Comment