What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answer Posted / 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 View All Answers
Explain how to redirect tracing to a file?
Explain about .NET services?
What is interface and abstract class in .net?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Is .net front end or backend?
How is .net core cross platform?
Explain cas (code access security)?
What's the use of system.diagnostics.process class in .net?
Explain webfarm vs webgardens in .net?
What is smart navigation in .net?
How does linq work?
Why SOAP is required?
How to create properties and methods using controls?
Is Driver Script any how related to AOM?
How can I find out what the garbage collector is doing?