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 |
What is lambda expressions in c#?
What is a system lock?
What is CLR? How it will work?
What is CCW (COM Callable Wrapper) ?
How can we convert XML data into DataBase table IN .Net?
What are the differences between com architecture and.net architecture?
Explain the process of compilation in .NET?
What are three common acronyms used in .net, and what do they stand for?
What is the difference between server.transfer and response.redirect? Why?
Please explain what is the difference between constants and read-only variables?
What is the difference between reference type and value type?
What?s a Windows process?