Is there a tool or something that generates UML diagrams from C# code? I'm using Visual Studio 2015(Community) and I know that there is a 'View Class Diagram' option but it doesn't show the relationship between classes.
-
Isn't that like generating C# from assembly language?Jim L.– Jim L.2017-02-19 17:43:25 +00:00Commented Feb 19, 2017 at 17:43
-
@JimL. It's probably more of a re-engineering. Many UML tools offer that. Having said this, I vote to close this as off-topic.qwerty_so– qwerty_so2017-02-19 21:12:08 +00:00Commented Feb 19, 2017 at 21:12
Add a comment
|
1 Answer
You could with previous version of Visual Studio. In Visual Studio 2015 this features has been removed and no more available even in the Enterprise Edition. You still can generate code from diagram but not the opposite. You will not find much for free (you can try NCLASS) if you want to invest money and you have the budget to do there are many good reverse engineering tools: Visual Paradigm Altova...but probably if your only looking for a tool for generating a class diagram from code they offer you much more than you really need.