views:

1832

answers:

3

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?

Thanks in advance.

p.s. 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.

+1  A: 

What about the Visual Studio Class Diagram?

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

alt text

Webleeuw
A: 

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

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

Eoin Campbell
+1  A: 

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

Santosh