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 |
What's the difference between Java and .NET garbage collectors ?
How does the .net framework 3.0 relate to windows vista?
What is iobjectset? : Entity framework
What are the components required to create a route in ASP.Net MVC?
What is a serverside technology? what is a clientside technology? what is a clientserver technology? what is a internet based application? what is a intranet based application? what is a windows application? what is a console application? Difference between console application and windows application?
What is the property available to check if the page posted or not
what is a round trip?What is a postback?
What type of filter does outputcacheattribute class represents?
Which are the abstract classes available under system.xml namespace
Can you handle all button click events at once in a form? Give coding.
What was the problem in traditional component why side by side execution is supported in .net ?
Can you declare an override method to be static if the original method is non-static