Does Visual Studio 2010 Professional support UML modeling?

偶尔善良 提交于 2019-12-12 15:02:45

问题


Does Visual Studio 2010 Professional support UML modeling? I see a blog tutorial showing it in an online template, but online template browsing is not available. I even enabled the following trick to add it:

<defaultProxy useDefaultCredentials="true" enabled="true">
    <proxy usesystemdefault="True" />
</defaultProxy>

This doesn't work. How do I do it?


回答1:


No, it is supported within Ultimate.

The Architecture Explorer in Visual Studio 2010 Ultimate helps you understand your existing code assets and their interdependencies. Layer diagramming helps ensure architectural compliance and allows you to validate code artifacts against the diagram. Plus Visual Studio 2010 Ultimate supports the five most common UML diagrams that live alongside your code.




回答2:


Take a look at the comparison chart: VISUAL STUDIO 2010 COMPARISON



来源:https://stackoverflow.com/questions/4647838/does-visual-studio-2010-professional-support-uml-modeling

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