DuraSoft
.NET-18
Assembly Types
•Private Assemblies
–the default
–only intended for use by one application
–if several applications use, each will have a copy
•(not the intent)
•
•Shared Assemblies
–this is intended for use by multiple applications
–name must be unique so it does not collide
–place in the global assembly cache
–