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
Explain the tools used for unit testing in ASP.Net MVC
What are the possible razor view extensions?
How does the 'page lifecycle' of asp.net mvc works?
What is connected scenario? : Entity framework
Can we have enum in entity framework?
How we can handle the exception at controller level in ASP.Net MVC?
What is .net framwork?
What is meant by tempdata in mvc?
Explain representational state transfer (rest) in detail?
What is routeconfig.cs in mvc 4?
What is objectcontext? : Entity framework
What is Dependency Injection in ASP.Net MVC
What is Attribute Routing in ASP.Net MVC?
Is it possible to cancel filter execution?
Explain Sections is ASP.Net MVC?