Hi,
A beginner in .Net ..can you explain?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 24, 2013, 10:58 PM
hi,
There are two types of assembly Private and Public/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 Public/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
also refer.
http://www.4microsoftsolutions.com/post/Types-Of-Assemblies-Create-Private-Assembly-in-CNet.aspx
hope this will help you.
Satyapriya NayakPosted Feb 24, 2013, 12:56 AM
Look at the link below
http://www.c-sharpcorner.com/Forums/Thread/187751/assembly.aspx
Upamanyu Roy ChoudhuryPosted Feb 23, 2013, 2:13 PM
Assemblies can be of two types
One is Private Assembly which is application specific
Another is shared assembly which are shared among different applications and are registered in GAC by the command line GacUitl.exe. Say Crystal Report