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: 633
        
visual-studio
|best-practices
|software-engineering
|software-tools
|software-development
A 2 part question:
- 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). 
- 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). 
- Any other tools that you can recommend for this purpose? 
© Stack Overflow or respective owner