InterviewSolution
Saved Bookmarks
| 1. |
Please explain the Global Assembly Cache (GAC)? |
|
Answer» Global Assembly CACHE (GAC) stores assemblies that are specifically REQUIRED for sharing by multiple applications on a computer. GAC is often used when the either.NET assembly has a UNIQUE security requirement, or if .Net applications have to be SHARED with other applications. |
|