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
SAP Business One(this is intigrated tool of .net)
What is the difference between response.redirect & server.transfer?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What are nullable types in .NET
What is .net debug & trace?
What is common language specification (cls)?
Using activex control in .net?
What data providers available in .net to connect to database?
What are data types in .NET?
How boxing and unboxing occures in memory?
How many types of transactions are there in com + .net ?
Explain the process of serialization in .NET?
Do you know what is garbage collector?
What are the new 2.0 features useful for?
Which file is taken by compiler when we have both file Application and Server Configuration file?