vote up 1 vote down star

Is there any tool\Software that make automatically UML diagrams from an existing visual studio 2008 project (C#).

(Tools work with Visual Studio 2010 also appreciated.)

*UML Diagrams may be all types eg, object, class, domain, collaboration, componant, state, deployment etc and test cases etc

I currently used .net framework 3.5. I have Visual studio 2008 professional.

Thanks in advance.

flag

38% accept rate
There is a Reflector .NET add-in that generates sequence diagrams, although it's never worked for me... – ParmesanCodice Oct 29 at 18:53

2 Answers

vote up 0 vote down

Visual Studio 2010 Architecture Edition is supposedly going to have some pretty decent UML support. I looked at it in Beta 1, but just pulled down the Professional version of Beta 2.

Some more information is available from MSDN.

link|flag
1  
Not to be pedantic, but there is no Architecture Edition in 2010, and only Ultimate Edition will have UML support – ParmesanCodice Oct 29 at 18:52
They officially changed the name since Beta 1, but it is the same concept. It is now "Architecture Explorer", I believe. The overbranding with 2010 is my only problem with it, so far. ;-) – joseph.ferris Oct 29 at 19:19
I'm basing my comment on this link, which describes the editions: arstechnica.com/microsoft/news/… – ParmesanCodice Oct 29 at 20:26
vote up 2 vote down

In Visual Studio, you can create a Class Diagram model, which gets you started in the direction of a UML diagram.

If gives you the Properties, Behaviors, and Inheritance and Composition chains between types.

Here's an article about how to create them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.