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
How do you instantiate a complex number?
What is assemblies in .net?
Explain me what is encapsulation?
Explain how com+ related to the dna architecture?
What is difference between system.string and system.stringbuilder classes?
Differences between namespace, class, assembly?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Explain something about WebService?
Tell us what is json data, and what is one way that .net developers can work with json?
What is .net code security?
Explain why do we use msmq?
What is the difference between constants and read-only variables?