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 |
How can I find out what the garbage collector is doing?
Explain the difference between managed and unmanaged code?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What tags do you need to add within the asp:datagrid tags to bind columns manually.
What is typical about a windows process in regards to memory allocation in dot net?
What is the difference between Server.Transfer and Response.Redirect?
What exactly is being serialized when you perform serialization in .net?
What are the new 2.0 features useful for?
What are two different types of remote object creation mode in .net?
What is an anonymous method and how is it different from a lambda expression?
How can you assign an rgb color to a system.drawing.color object?
What is the use of activex control in .net?