3

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.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
George Polevoy
  • 7,450
  • 3
  • 36
  • 61

2 Answers2

3

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

AakashM
  • 62,551
  • 17
  • 151
  • 186
3
  • 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

Patrick from NDepend team
  • 13,237
  • 6
  • 61
  • 92