What is Global Assembly Cache (GAC) and what is the purpose
of it?
Answer Posted / satyambabu
GAC(global assembly cache)is used where >net assembly
reside.GAC is used to following situations
-->>if the application has to be shared among several
aplications.
--->>if the assembly has some special security security
requiremnets like only administrators can remove the
assembly.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How is .net able to support multiple languages?
What are .net functions?
Explain what is the difference between odbc and ado?
What is the advantage of .net core?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Difference between value type & reference types ?
How is a managed code executed?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is boxing and un-boxing in .net?
What is the use of UML in .Net
Please explain what is the difference between odbc and ado?
Tell us what is heap and what is stack?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is a serviced component?
Can you create instance of a class which has private constructor?