1

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.

2
  • Isn't that like generating C# from assembly language? Commented 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. Commented Feb 19, 2017 at 21:12

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.