---
title: "What is Gloabal Asssembly Cache(GAC)?"  
description: "What is Gloabal Asssembly Cache(GAC)?"  
author: "Anonymous User"  
published: 2011-07-04  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1081/what-is-gloabal-asssembly-cache-gac  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Gloabal Asssembly Cache(GAC)?

Where common language runtime is installed has a machine wide code cache called global assembly cache. The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer. The Global Assembly Cache (GAC) enables you to share assemblies across numerous applications.

## Answers

### Answer by Anonymous User

Where common language runtime is installed has a machine wide code cache called global assembly cache. The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer. The Global Assembly Cache (GAC) enables you to share assemblies across numerous applications.


---

Original Source: https://www.mindstick.com/interview/1081/what-is-gloabal-asssembly-cache-gac

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
