What is global assembly cache

Answers were Sorted based on User's Feedback



What is global assembly cache..

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

What is global assembly cache..

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

Post New Answer

More Dot Net Framework Interview Questions

How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

0 Answers  


what is use of entity container?

0 Answers   Microsoft,


How does work clr?

0 Answers  


Explain the tools used for unit testing in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Changes to which portion of version number indicates an incompatible change

1 Answers  






What is a model in android?

0 Answers  


What is difference between constants, readonly and, static

1 Answers  


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

0 Answers  


Why doesn't the .NET runtime offer deterministic destruction

1 Answers  


How would you make a combo-box appear in one column of a DataGrid?

1 Answers  


What are Non Action methods in ASP.Net MVC?

0 Answers  


Explain unit test done by tester on development team?

0 Answers  


Categories