Automatically Create UML diagrams from Visual Studio 2008

允我心安 提交于 2019-12-10 10:59:19

问题


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.


回答1:


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.




回答2:


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.




回答3:


You can create UML class, sequence, component, use case, and activity diagrams in Visual Studio 2010 Ultimate. You can link these diagrams to Team Foundation work items so you can plan and track development and test work. You can also create sequence, dependency graphs, and layer diagrams from code and use Architecture Explorer to browse and explore your solution.

I've posted more links on my profile for more info.



来源:https://stackoverflow.com/questions/1645437/automatically-create-uml-diagrams-from-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!