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
Explain the request flow in asp.net mvc framework?
Does windows 10 need .net framework?
Can I uninstall microsoft .net framework?
How we can register the Area in ASP.Net MVC?
What is entity framework firstordefault?
What is the mvc pattern (model view controller pattern)?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
what is use of entitydatasource control?
Is .net core faster than .net framework?
What is disconnected scenario? : Entity framework
Can we have enum in entity framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
what is code first approach?
What is the difference between partial and renderpartial?
What is the advantage of using asp.net routing?