Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio UML Class Diagram Generator

I was wondering if there was a software that would generate UML class diagrams from my project files (C#) in Visual Studio 2008 Professional? Like a plugin of sorts?

I have checked previous posts and did not see anything useful on the first glance.

Edit: I found Class Diagram item! but open to more tips.

Edit: Any ideas regarding how do I go about exporting these diagrams?

Edit: Export diagram as image.

like image 531
iTEgg Avatar asked Apr 09 '10 10:04

iTEgg


1 Answers

What about the Visual Studio Class Diagram?

Choose "add New Item" - General category - Class Diagram. Results should be like this:

alt text
(source: developingfor.net)

like image 82
Webleeuw Avatar answered Oct 04 '22 03:10

Webleeuw