What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answers were Sorted based on User's Feedback
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
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / satyambabu
GAC(global assembly cache)is used where >net assembly
reside.GAC is used to following situations
-->>if the application has to be shared among several
aplications.
--->>if the assembly has some special security security
requiremnets like only administrators can remove the
assembly.
| Is This Answer Correct ? | 6 Yes | 0 No |
Please explain what is the .net framework and how does it work?
Explain what does managed mean in the .net context?
How to load the contents of an xml file into an xmldocument object?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
What is the difference between asp.net and asp?
What relationship is between a process, application domain, and application?
What is web.config in .net?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
What is the use of trace utility?
What is managed code in .NET?
How can we convert XML data into DataBase table IN .Net?