Reputation: 23
I have a big VB.NET solution which consists of several files, classes and functions. Is there a way to create a graph that shows how all those elements belong together?
I found a solution for Assemblies and also Visual Studio Ultimate should have such an option but this is too expensive for a hobby coder. Are there any free tools available?
Upvotes: 1
Views: 756
Reputation: 13842
You can try the tool NDepend, it is not free but yet cheaper than VS Ultimate. Here it is explained how to generate a method call graph with NDepend. A 14 days trial full-featured is available for download.
Disclaimer: I work for NDepend.
Upvotes: 1