What is the GAC? What problem does it solve?Global Assembly Cache (GAC):
- Any system that has the CLR (common language runtime) installed, has a machine-wide code cache known as GAC.
- Assemblies deployed in the global assembly cache need to have a strong name.
- The Global Assembly Cache tool (Gacutil.exe), provided by the .NET Framework SDK can be used to deploy assemblies to GAC.
|