What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answer Posted / 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 |
Post New Answer View All Answers
What is managed code in .NET?
Do you know what's the difference between .net and laravel?
Please explain what are an inheritance, polymorphism, and encapsulation?
What is a garbage collector?
What is the use of activex control in .net?
Which namespace does it belong to by default?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Explain the code behind wors and contrast that using the inline style.
Explain soap and xml?
What is Flyout Design Pattern in .NET?
How do you turn off cookies for one page in your site? Give an example.
Explain me what are the deferred execution and the immediate execution in linq?
What is .net code security?
What is static constructor, when it will be fired? And what is its use?
Tell us what is the difference between struct and class?