Well, sometimes you need to check dependencies of your .net assemblies. There are actually a couple of ways to visualize dependencies, one would be to use Lutz Roeders Reflector, which can be extended with a graph-addin.
A more complexe approach is taken by NDepend, which does not only visualize dependencies, but also offers a lot of code analysis functions.