Dependency Graphs similar to VS 2010 Ultimate?

920 views Asked by At

I'm looking for a visualization tool for net code dependency graphs similar to Dependency Graphs feature of VS 2010 Ultimate. http://msdn.microsoft.com/en-us/library/ee847415.aspx

Since VS 2010 Ultimate is not available on my project, i'd like to use a similar third party tool, preferably an open-source.

The features i expect from a tool are:

  • Dependencies in multiple assemblies
  • Visualization
  • Filtering
  • Navigation
  • Detalization levels (assembly, namespace, class/interface, member)
  • Go to sourcecode (preferrably a VS2008 integration)

Please recommend the tools known to be good at some of the points listed.

2

There are 2 answers

0
Patrick from NDepend team On BEST ANSWER
  • Dependencies in multiple assemblies
  • Visualization
  • Filtering
  • Navigation
  • Detalization levels (assembly, namespace, class/interface, member)
  • Go to sourcecode (preferrably a VS2008 integration)

Indeed, I confirm, NDepend has all of them (I am the NDepend lead dev).

Here is the documentation detailing NDepend Graph in details

enter image description here

NDepend has also a Dependency Structure Matrix that will help dig ino more complex graph enter image description here

0
AakashM On

NDepend has all that and more, but is neither free nor open source.