What is the purpose of the Global Assembly Cache (GAC) in .NET Framework?
- Share assemblies across multiple applications
- Handle network connections
- Manage user settings
- Store temporary files
Explanation
The GAC is a machine-wide code cache that stores assemblies specifically designated to be shared by several applications on the computer. It provides versioning, security, and integrity checking.