Tool for discovering dependencies of .NET code (not VS2010)
问题 Given a really big .NET codebase. Some parts in sources and some parts in binaries. It's all .NET code. I'd like to have a tool for discovering dependencies in that code base. By assemblies and by types. Having visualisation of dependencies in graphic form would be very nice. I'd like to have: instantiation graph, refenrece graph, call graph, type dependencies graph. For an instance take a class and get all kind of dependencies from his point of view on a diagram with ability to filter by