Flowcharting tool/add-in for Visual Studio

Posted by Rajah on Stack Overflow See other posts from Stack Overflow or by Rajah
Published on 2009-05-05T15:35:19Z Indexed on 2010/03/30 14:53 UTC
Read the original article Hit count: 547

A 2 part question:

  1. Are flow-charts, as tool to analyze source-code, no longer considered useful? The reason I ask this question is that if you Google for source-code to flowchart tools for Visual Studio, there are no relevant results. Also, Microsoft does not seem to have a tool for this purpose. Are people just not using flowcharts that much any more? (I find them to be a great way to document complex logic in my code).

  2. Are there any VS tools that can take .Net (C#, VB.Net) code and convert it to a flowchart? (The only tool that I found is Aviosto's Visustin, which does not provide VS integration).

  3. Any other tools that you can recommend for this purpose?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about best-practices