I've seen that VS 2010 Ultimate can generate model graph from existing code. But VS 2010 Ultimate version costs 11K US$, way too much for my budget. Is there any good alternative to do graph visualization of .NET code?
A:
Reflector has addins which can already show something like this: http://reflectoraddins.codeplex.com/.
And I believe NDepend also has a dependency graph: http://www.ndepend.com/Screenshots.aspx.
XIII
2010-08-29 12:59:32
Why the -1? Reason?
XIII
2010-08-29 14:31:42
A:
NDepend comes with a dependency graph coupled with a dependency matrix. You can try NDepend straight on your code thanks to a Free Trial Edition. See screenshoots extracted from this blog post: Interactive Code Dependencies Graph
Patrick Smacchia - NDepend dev
2010-08-29 13:40:30
A:
Structure101 uses a series of powerful visualization techniques to make software structure (design, architecture and packaging) easy to understand, define, communicate, control and keep simple. Free trail of Structure101 for .Net is now available from here.
pth
2010-08-30 10:29:34