C# Visual Studio Express:免费的类图工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1661685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 19:47:26  来源:igfitidea点击:

visual studio express : free class diagram tool

c#classdiagrams

提问by dotnet-practitioner

I am using c# express and would like to use a free tool to design my class diagrams. What do you recommend for a free tool?

我正在使用 c# express 并想使用免费工具来设计我的类图。您对免费工具有什么建议?

回答by Bobby

With or without code generation?

有没有代码生成?

Without I know Diaand ArgoUML. Also, you might wanna dig through this list.

没有我知道DiaArgoUML。此外,您可能想深入了解此列表

回答by Toon Krijthe

I use yEd. Its simple but has just enough functionality. It does not generate code.

我使用yEd。它很简单,但具有足够的功能。它不生成代码。

回答by Nikhil Kashyap

You should also check out StarUML. It's great and free!

您还应该查看StarUML。它很棒而且免费!

回答by Stefan Steinegger

There is also NClass, which is quite new, probably not ready for large projects, but looks promising.

还有NClass,它很新,可能还没有为大型项目做好准备,但看起来很有希望。

Edit: This tool is not new anymore and unfortunately it isn't actively maintained since a while. Last release was on 30 Jul 2010.

编辑:此工具不再是新工具,不幸的是,它已经有一段时间没有得到积极维护了。最后一次发布是在 2010 年 7 月 30 日。

回答by Sri

I realize this is a very old question but at least for the past few years Sharp Developcan be used to create class diagrams. Not as good as VS but comparable.

我意识到这是一个非常古老的问题,但至少在过去几年中,Sharp Develop可用于创建类图。不如VS,但具有可比性。