What is Global Asssembly Cache (GAC)?

 Posted by Rajni.Shekhar on 4/25/2012 | Category: .NET Framework Interview questions | Views: 3416 | 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 

Comments or Responses

Login to post response