I have been wondering what are best practices when it comes to referencing 3rd party assemblies. A while ago I asked a question \"Dependencies and references: what exactly shoul
You can also use NDepend to know and control exactly what you use from tiers library. I wrote an article about this Controlling the usage of libraries
An alternate I've been using on many (C#) projects is:
Not really sure if it's a good solution, but has worked for me till now.
If i have to deal with libraries that aren't registered in the GAC, I use the following method:
If you don't know the dependencies, you can use Dependency Walker.