What is GAC?
Interview question and answer by:
Hariinakoti | Posted on: 9/20/2012 | Category:
.NET Framework Interview questions | Views: 729 | |
Points: 40
Answer:
GAC (Global Assembly Cache) is where all shared .NET assembly reside. GAC is used in the
following situations:-
• If the application has to be shared among several application.
• If the assembly has some special security, requirements like only administrators can remove the assembly. If the assembly is private then a simple delete of assembly the assembly file will remove the assembly.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: