Glossary:Definition - Global Assembly Cache

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 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.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools