GEICO interview question

What is GAC (.NET)?

Interview Answer

Anonymous

10 Apr 2018

The Global Assembly Cache (GAC) is a folder in Windows directory to store the .NET assemblies that are specifically designated to be shared by all applications executed on a system. Assemblies can be shared among multiple applications on the machine by registering them in global Assembly cache(GAC)