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 are the advantages of asp.net mvc?

0 Answers  


how to face first interview in .NET?

2 Answers   HCL, Xponent,


What is ado.net data provider? : Entity framework

0 Answers  


What is ViewData and TempData in ASP.Net MVC?

0 Answers  


When was .NET announced

1 Answers  






Which are the abstract classes available under system.xml namespace

1 Answers  


What is difference between shared and public

1 Answers  


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


what is lazy loading in entity framework?

0 Answers   Microsoft,


What is the use of viewmodel in mvc?

0 Answers  


Httpcontext objects?

2 Answers   HACL, HP,


About .NET Framework ?

5 Answers   MMTS,


Categories