Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

auto generate class diagrams from solution?

Is there a free tool that can create class diagrams for us? We want to run this on a solution and have the software generate a complete diagram of the classes and inter relationships for us. A UML - like diagram would be best. We currently have VSTS 2008 and it would be great if this was built in.

like image 567
DenaliHardtail Avatar asked Dec 29 '22 10:12

DenaliHardtail


1 Answers

You can create class diagrams inside Visual Studio. Just select New item > Class diagram from the project menu.

like image 52
Pete OHanlon Avatar answered Jan 02 '23 08:01

Pete OHanlon