.Net/C# - Pros and cons using the GAC

Posted by Adi barad on Stack Overflow See other posts from Stack Overflow or by Adi barad
Published on 2010-05-18T08:25:34Z Indexed on 2010/05/18 8:30 UTC
Read the original article Hit count: 762

Filed under:
|
|

Hi Guys,
I would like to hear your opinion regarding the benefits of disadvantages of using the GAC in .Net applications. To me, it looks more professional to sign & register the application dlls in the GAC. It's more secure, helps with backward compatibility, side by side installations and easy to reference for end-users. But I want to hear the other side as well.

Thank you very much,
Adi Barda

© Stack Overflow or respective owner

Related posts about c#

Related posts about gac