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
How is .net able to support a lot of languages?
What is difference between static page and dynamic page?
How to view a .NET assembly?
Explain what is a delegate?
What is the concept of inheritance and how it works in .net?
Please explain is the jit an interpreter?
Explain something about WebService?
What is the use of activex control in .net?
What are the advantages of .net core?
what is prototype design pattern in .net
What is the difference between constants and read-only variables?
Why did they call it .net?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is il and c#?
Explain me why do we use msmq?