I am looking for a visualization tool for network code dependency graphs similar to the VS 2010 Ultimate dependency graph function.
http://msdn.microsoft.com/en-us/library/ee847415.aspx
Since VS 2010 Ultimate is not available in my project, I would like to use a similar third-party tool, preferably open.
Functions that I expect from the tool:
- Dependencies in multiple builds
- Visualization
- Filtration
- Navigation
- Levels of detail (assembly, namespace, class / interface, member)
- Go to the source code (preferably VS2008 integration)
Please recommend tools that are known to be good at some of the points listed.
source