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