When and when-not to install into the GAC?
General MS guidelines no no no GAC is really a repository for Microsoft common .NET libraries. Yes, they let developers use it too, but as a rule of thumb, if you don’t need GAC, don’t use it. keep things simple and local if it doesn’t hurt. I would consider GAC only for performance reasons, for … Read more