What is Global Assembly Cache (GAC) and what is the purpose
of it?

Answers were Sorted based on User's Feedback



What is Global Assembly Cache (GAC) and what is the purpose of it?..

Answer / guest

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. You should share assemblies by installing
them into the global assembly cache only when you need to.
Steps
- Create a strong name using sn.exe tool
eg: sn -k keyPair.snk
- with in AssemblyInfo.cs add the generated file name
eg: [assembly: AssemblyKeyFile("abc.snk")]
- recompile project, then install it to GAC by either
drag & drop it to assembly folder (C:\WINDOWS\assembly OR
C:\WINNT\assembly) (shfusion.dll tool)
or
gacutil -i abc.dll

Is This Answer Correct ?    11 Yes 1 No

What is Global Assembly Cache (GAC) and what is the purpose of it?..

Answer / zeenat

GAC is a repository of all the .net shared assembly.The
assemblies stored in GAC can be shared by all the .NET
application.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

What is the use .Glimpse in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


How does servicing work for the .net framework 3.0?

0 Answers  


Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??

1 Answers  


What are the components required to create a route in mvc?

0 Answers  


What are the new features 3.5 framework against with the tool?

0 Answers  






Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.

1 Answers  


Does the .NET Framework have in-built support for serialization?

2 Answers  


What are the options can be configured in AJAX helpers?

0 Answers  


How do I install .net framework?

0 Answers  


Does Tempdata hold the data for other request in ASP.Net MVC?

0 Answers  


What is entity graph? : Entity framework

0 Answers  


More on CLR ?

2 Answers   MMTS,


Categories