| |
|
What are the different types of assemblies in .NET?
An assembly may be Public or Private. A public assembly is also called a Shared Assembly.
Difference between Public and Private assembly
A Satellite Assembly - is an assembly that contains only resources, and no code. The resources
are location specific. A satellite assembly is associated with a main assembly, the one that actually
contains the code.
.NET
Languages
Versions
Tools
CLI CTS Metadata CLS IL VES
CLR
Class Library
Managed Class
Assembly ILDASM
Reflection
Assembly Types
Strong Assembly
GAC
GC
IDisposable
Serialization
Code Access Security
Attribute
Thread
Globalization
Generations
COM
| |