| |
|
What is GAC?
A shared assembly has version constraints. It is stored in the Global Assembly Cache (GAC). GAC is a
repository of shared assemblies maintained by the .NET runtime. The shared assemblies may be used by many
applications. To make an assembly a shared assembly, it has to be strongly named.
To know more on how to share an assembly, create a strongly named assembly
Click Here
GAC is located at C:\Windows\Assembly OR C:\Winnt\Assembly
.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
| |