Creating UML class diagrams in VS 2010

I read that VS 2010 supports project modeling in UML. Is it possible to generate UML diagrams from existing code. If so, how?

+3
source share
2 answers

You can now create UML class diagrams from code using the Feature Feature Pack for Visual Studio 2010 Ultimate.

+1
source

Source: https://habr.com/ru/post/1735394/


All Articles