What is global assembly cache
Answers were Sorted based on User's Feedback
Answer / kirti
A machine-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer. Applications deployed in the global assembly cache must have a strong name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirti
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.
There are several ways to deploy an assembly into the global assembly cache:
� Use an installer designed to work with the global assembly cache. This is the preferred option for installing assemblies into the global assembly cache.
� Use a developer tool called the Global Assembly Cache tool (Gacutil.exe), provided by the .NET Framework SDK.
� Use Windows Explorer to drag assemblies into the cache.
| Is This Answer Correct ? | 0 Yes | 0 No |
I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....
How do I define my own code group
What are child actions in ASP.Net MVC?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is the use of finalize and dispose eventhough garbage collector is working?
Can you explain renderbody and renderpage in mvc?
Where are the value-type variables allocated in the computer RAM ?
Explain two instances where routing is not implemented or required?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Give an example for authorization filters in an asp.net mvc application?
What is the difference between model and entity?
What is Global Assembly Cache (GAC) and what is the purpose of it?