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 does 'managed' mean in the .NET context
What is strong name and which tool is used for this ?
4 Answers Accenture, BirlaSoft,
Can I look at the IL for an assembly
How does assembly versioning work?
What is .net architecture?
What are the components required to create a route in ASP.Net MVC?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What you mean by routing in asp.net mvc?
what is Assemble
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
Explain something about model, view and controllers in asp.net mvc?
What is a model in programming?