Free Code-to-Flowchart/UML tool for C# code

17,930

Solution 1

Not free but our tool, Code Rocket can generate flowcharts from C# code. You can try it out free at www.rapidqualitysystems.com

I hope this is helpful for anyone else that comes across this post.

Alan

Solution 2

If you're using Visual Studio 2010, it has a "Visualization and Modeling Feature Pack" which can generate code from UML diagrams and diagrams from code. Here is an excerpt from the features page of Feature Pack 2:

Code visualization and modeling features (requires Visual Studio 2010 Ultimate):

  • Use the Generate Code command to generate skeleton code from elements on UML class diagrams. You can use the default transformations, or you can write custom transformations to translate UML types into code.
  • Create UML class diagrams from existing code.
  • Import elements from UML sequence diagrams, class diagrams, and use case diagrams as XMI 2.1 files that are exported from other modeling tools.
Share:
17,930
RCIX
Author by

RCIX

Lua is underrated!

Updated on June 05, 2022

Comments

  • RCIX
    RCIX almost 2 years

    I'm looking for a free tool similar to Visustin. Are there any like that that exist?

  • j.hull
    j.hull over 5 years
    I attempted to install the trial version on VS2017 professional and I got a message stating it was not compatible and could render my install unstable? As I don't have time to clean up if this corrupts my development environment, I may pass, but it looks promising.
  • Alan Spark
    Alan Spark over 5 years
    I have replied to your email but the warning can be safely ignored. It is due to the way that we build the plugin to be compatible with VS2010 onwards.