Wednesday, September 2, 2009

What are different types of Assembly

There are two types of assembly Private and Public assembly.

1. A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath. A

2. shared assembly is normally stored in the global assembly cache, which is a repository of assemblies
maintained by the .NET runtime. Shared assemblies are usually libraries of code which many
applications will find useful, e.g. Crystal report classes which will be used by all application for
Reports.

Share This!


No comments:

Powered By Blogger · Designed By Seo Blogger Templates