Thursday, October 28, 2010

GAC( Global assambly cache)

Hi guys,
When we develop any application  By .net technology You just see the
Using System name space. Did you think from where its come without reference any dll as add reference.
Actually all the main name-space which is required in every project reside under the GAC(Global assembly cache).
           Now the question is arises from where the gac is coming..................
Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache. The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer.
Gac is reside under the c://window//assembly(all the usefull dll file reside under this folder)

No comments:

Post a Comment