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
How to manage pagination in a page using .net?
What are situations when you register .NET assembly in GAC ?
When should I use .net core?
Explain me what are the deferred execution and the immediate execution in linq?
How to convert a .NET object into COM operabililty?
What is delegation in .net?
What is .net technology?
Why inheritance is important?
Which dll translate xml to sql in internet information server (iis)?
Explain difference between panel and groupbox classes using .net?
Describe the programming model of a windows service
Can you explain what do you understand about web service?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
How does cas works?
What is the purpose of IClonable interface in .NET?