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
What is difference between viewbag and viewdata and tempdata?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How to use Jquery Plugins in ASP.Net MVC validation?
what is code first approach?
Explain something about model, view and controllers in asp.net mvc?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What are Action Filters in ASP.NET MVC and its use?
How we can multiple submit buttons in ASP.Net MVC
What is viewbag?
What is disconnected scenario? : Entity framework
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What are Scaffold templates in ASP.Net MVC?
differences between poco, model first and data first approach?
What is conceptual model? : Entity framework