Friday, 26 April 2013

What are the different types of Assembly? | ASP.Net interview questions

There are two types of assembly Private and Public assembly (Shared Assembly):
=> A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath.
=> A shared assembly is normally stored in the global assembly cache, which is a repository of assemblies maintained by the .NET runtime.


No comments: