views:

27

answers:

1

The dependency matrix of VS 2010 crashes VS 2010 as soon a I try it on my application! Anyone knows a good VS addin with a solid dependency matrix?

A: 

The tool NDepend is integrated in VS 2010, 2008 and 2005 and comes with a nice Dependency Structural Matrix that scales even on large code base.

alt text

A cool thing is that the NDepend's matrix can interoperate with the NDepend graph capabilities:

alt text

Patrick Smacchia - NDepend dev