![]() |
Active Topics Memberlist Calendar Search |
|
|
| .Net Framework FAQs -I | |
| What is the difference between a private assembly and shared assembly? | ||
| Author | Message |
|
surendra
Moderator Group
Joined: 02 Sep 2007 Location: India Online Status: Offline Posts: 10008 |
|
|
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. Shared assemblies are usually libraries of code which many applications will find useful, e.g. the .NET framework classes. The runtime enforces versioning constraints only on shared assemblies, not on private assemblies. Edited by james - 27 Nov 2007 at 9:01pm ![]() Posted: 02 Feb 2007 at 1:00am
|
|
IP Logged |
|
|
||
Select Category |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
|