What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answer Posted / zeenat
GAC is a repository of all the .net shared assembly.The
assemblies stored in GAC can be shared by all the .NET
application.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are actions in asp.net mvc?
What is the use of the default route?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What are the 3 main components of an asp.net mvc application?
Why is entity framework used?
Can I add mvc testcases in visual studio express?
What symbol would you use to denote, the start of a code block in razor views?
What is meant by tempdata in mvc?
what is .edmx file and what it contains?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain how you can send the result back in JSON format in MVC?
What is html.renderpartial?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Which version of .net framework is installed?
what do you mean by table-per-type?