Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Global Assembly Cache
|
| Definition
| GAC is an area of memory reserved for storing the assemblies of all .NET applications running on a given computer. The GAC is required by side-by-side execution as well as for sharing assemblies among multiple .NET applications. An assembly must have a strong name and be public—shared assembly—to be installed in the GAC. The Global Assembly Cache Tool adds and removes assemblies from the GAC.
|
| See also
| Assembly cache, Download cache, Global Assembly Cache Tool, Local assembly cache
|
| You may edit this definition to improve or extend it.
|