Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is GAC and why we need GAC ?

Nice?Vote!
If the application has to be shared among several application.
 If the assembly has some special security requirements like only administrators
can remove the assembly.If the assembly is private then a simple delete of
assembly the assembly file will remove the assembly.
Note :- Registering .NET assembly in GAC can lead to the old problem of DLL hell.
Where COM version was stored in central registry.So GAC should be used when
absolutely necessary.
asked 1 year ago in .NET Interview Questions and Answers by siva (10,720 points)

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

0 Answers

Related questions