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

Is This Answer Correct ?    8 Yes 0 No

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

Answer / satyambabu

GAC(global assembly cache)is used where >net assembly
reside.GAC is used to following situations
-->>if the application has to be shared among several
aplications.
--->>if the assembly has some special security security
requiremnets like only administrators can remove the
assembly.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain .net framework overview?

0 Answers  


How do you instantiate a complex number?

0 Answers  


What is the difference between a debug and release build?

0 Answers  


Why do we use the “using” statement?

0 Answers  


Explain the different types of proxy patterns?

0 Answers  






Do you know what is linq?

0 Answers  


What is different between Web User Control and Web Custom Control?

1 Answers  


Is it possible implement webservices without SOAP?

2 Answers   HCL,


What is the native image generator?

0 Answers  


What are Generics? Where do we use them.

2 Answers   Value Labs,


Explain me what is .net web service?

0 Answers  


differance between checkbox and rediobutton in vb.net?

2 Answers  


Categories