How is UML support in Visual Studio 2010 compared to Visio?

Visio has been supporting UML diagrams for some time now. Microsoft has now added UML support to Visual Studio 2010.

Will these two tools interact? Next, how to decide which tool to use for which diagrams (if one already has both tools)?

+5
source share
1 answer

UML tools in VS 2010 integrate with Team Foundation Server, so you can associate model elements with work items. In addition, you can create sequence diagrams, layer diagrams, and dependency graphs from code, perform architectural checks in your assemblies, generate code from UML class diagrams, creating custom templates and other tasks that will help you better understand and visualize your code. You can also expand and customize some of these tools.

The team will also add additional functionality in the form of feature packages after the release of Visual Studio 2010. For more information about what's in the first feature package, see the Cameron Skinner blog .

VS 2010 Visio, /, XMI.

. , : .

+5

All Articles