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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are actions in asp.net mvc?

1153


What is edm in entity framework?

1050


Explain JSON Binding?

1117


What is the difference between viewbag and viewdata in asp.net mvc?

1178


What are the 2 popular asp.net mvc view engines?

1073


What is the full form of sp?

1087


What is renderbody?

1119


Describe the gac in the .net framework.

1075


Can you set the unlimited length for "maxjsonlength" property in config?

1040


How to bind table colum with gridview column?

1196


what is client wins and store wins mode in entity framework concurrency?

1280


What is stateless model?

1032


Which version of .net framework is installed?

1043


What is entity framework? : Entity framework

1111


Can I add asp.net mvc testcases in visual studio express?

1137