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
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
Which is the root namespace for fundamental types in .net framework?
Explain the methods used to render the views in ASP.Net MVC?
What is the full form of sp?
How to return the JSON from action method in ASP.Net MVC?
Is .net framework backwards compatible?
Explain the new features added in version 4 of mvc (mvc4)?
What are scaffold templates in mvc?
How does �side by side� work for the .net framework 3.0?
How do I install .net framework?
What are Scaffold templates in ASP.Net MVC?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is the use of the default route?
What are authentication filters in web api?
The order of the filters that get executed, if the multiple filters are implemented?