Answer Posted / 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 |
Post New Answer View All Answers
Which is the root namespace for fundamental types in .net framework?
What is edm (entity data model)? : Entity framework
What does a viewmodel do?
What are Non Action methods in ASP.Net MVC?
Explain JSON Binding?
What is associationset? : Entity framework
How large is the .net framework 3.0? Does this change make the release larger?
What is the role of the jit compiler in .net framework?
Explain ASP.NET MVC Identity and Security?
Is it possible to cancel filter execution?
What are action filters?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is oauth in web api?
Explain how you can send the result back in JSON format in MVC?
explain lazy loading, eager loading, and explicit loading?