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

what is view state

3 Answers   Wipro,


Explain the methods used to render the views in ASP.Net MVC?

0 Answers  


What are Code Blocks in Views?

0 Answers  


What is model first? : Entity framework

0 Answers  


what is entity framework advantage?

0 Answers   Microsoft,






If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?

0 Answers  


What is ViewStart Page in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


how can you enhance the performance of entity framework?

0 Answers   Microsoft,


What's the access level of the visibility type internal ?

1 Answers  


How the color of selected menu item will be changed in asp.net menu item?

1 Answers   Cognizant,


will there be any issues adding a table without primary keys to a data model?

0 Answers   Microsoft,


Categories