iTEgg
iTEgg

Reputation: 8342

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.

Upvotes: 18

Views: 35253

Answers (3)

Webleeuw
Webleeuw

Reputation: 7282

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)

Upvotes: 15

Santosh
Santosh

Reputation: 31

You can use the http://modeling.codeplex.com/ add-in.

Upvotes: 3

Eoin Campbell
Eoin Campbell

Reputation: 44268

You can "Copy" and "Paste" the diagram into MSPaint

or you can just print it to the MS Document Image Writer as well.

Upvotes: 0

Related Questions