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
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is equivalent for regsvr32 exe in .net ?
What is COM Interoperability in .NET
Explain the different types of proxy patterns?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Tell us what is a sealed class?
Which Namespace is used to to achieve MultiThreading in .NET?
What is .net and .net framework?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is the difference between odbc and ado?
What is managed code execution?
Can a dll be changed to an exe?
what is machine key error in .NET how can we solve it?
Is .net is a language?
What is the best way to crack the certification?
Explain memory-mapped files.