Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Global Assembly Cache (GAC) and what is the purpose
of it?

Answers were Sorted based on User's Feedback



What is Global Assembly Cache (GAC) and what is the purpose of it?..

Answer / guest

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. You should share assemblies by installing
them into the global assembly cache only when you need to.
Steps
- Create a strong name using sn.exe tool
eg: sn -k keyPair.snk
- with in AssemblyInfo.cs add the generated file name
eg: [assembly: AssemblyKeyFile("abc.snk")]
- recompile project, then install it to GAC by either
drag & drop it to assembly folder (C:\WINDOWS\assembly OR
C:\WINNT\assembly) (shfusion.dll tool)
or
gacutil -i abc.dll

Is This Answer Correct ?    11 Yes 1 No

What is Global Assembly Cache (GAC) and what is the purpose of it?..

Answer / zeenat

GAC is a repository of all the .net shared assembly.The
assemblies stored in GAC can be shared by all the .NET
application.

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

What is the difference between tempdata and viewbag?

0 Answers  


Explain the use of Inversion of control (IOC)?

0 Answers  


How the ‘page lifecycle’ of ASP.Net MVC does works?

0 Answers  


What is MSIL, IL, CTS?

13 Answers  


What are actions in asp.net mvc?

0 Answers  


Is it possible to share a view across multiple controllers?

0 Answers  


Is .net framework 4.8 the last version?

0 Answers  


what is MVC pattern?

2 Answers  


what is connection pooling

5 Answers  


What are the types of authentication in .net

1 Answers  


I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....

9 Answers  


Name a few different return types of a controller action method?

0 Answers  


Categories