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 |
Explain tempdata in mvc?
What is the necessity for singning an assembly with a strong name?
What is namespace used for loading assemblies at run time and name the methods?
Difference between ASP.NET MVC and ASP.NET WebForms?
Is it possible to create a custom filter?
I want ask from plz smaple example code for Biztalkk server
What does a viewmodel do?
What filters are executed in the end?
Tell me about the internal working of Garbage collector?
How does assembly versioning work?
What is boxing and unboxing?
How large is the .net framework 3.0? Does this change make the release larger?