Questions

Define Global Assembly Cache GAC In .Net, Computer Programming

Define global assembly cache GAC in .Net
Posted by Singh Harmeet | Posted Date: 8/2/2011 2:43:34 PM


GAC is a central repository (cache) in a system in which assemblies are registered to share among various applications that execute on local or remote machines.
Posted by Reena Chaudhary | Posted Date: 8/2/2011 2:45:03 PM
.Net framework provides the GAC tool (gacutil.exe utility) which is used to view and change the content of GAC of a system adding new assemblies to GAC and removing assemblies from GAC are some of the tasks that can be performed by using the gacutil.exe utility.
Posted by Sahil | Posted Date: 8/2/2011 2:47:24 PM
Is GAC global assembly cache contain multiple version of same .NET assemblies?
Posted by Sahil | Posted Date: 8/2/2011 2:48:16 PM
Yes it is true...
Posted by Rita Frank | Posted Date: 8/2/2011 2:49:00 PM


Post Reply