.net – Automatically Create UML diagrams from Visual Studio 2008

netumlvisual-studio-2008

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.

Best Answer

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.

Related Topic