Tuesday 24 September 2013

What is Assemblies in .net framework?

Ques:-What is Assemblies in .net framework?

Ans:-Assemblies are the building blocks of .net application.they form the fundamental units of  deployment, version control and security permission and activation scoping. An assembly is a collection of  types and resources that are built to work together and form a logical unit of functionality. an assembly provide the CLR with the information it needs to be aware of implementation.To the runtime , the type doesn't exist outside the context of an assembly.

No comments:

Post a Comment