18

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.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
iTEgg
  • 8,212
  • 20
  • 73
  • 107

3 Answers3

15

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)

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Webleeuw
  • 7,222
  • 33
  • 34
3

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

Santosh
  • 31
  • 1
0

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
  • 43,500
  • 17
  • 101
  • 157