What is Global Asssembly Cache (GAC)?
Interview question and answer by:
Rajni.Shekhar | Posted on: 4/25/2012 | Category:
.NET Framework Interview questions | Views: 781 | |
Points: 40
Answer:
GAC global assembly cache is the place where your shared assemblies are stored. When you create a assembly and make it to share with all oter applications, you need to install that assembly in GAC by using following command:
gacutil -i "assembly name with path"
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: