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?
Asked
Active
Viewed 2.1k times
6 Answers
13
There is also NClass, which is quite new, probably not ready for large projects, but looks promising.
Edit: This tool is not new anymore and unfortunately it isn't actively maintained since a while. Last release was on 30 Jul 2010.

Stefan Steinegger
- 63,782
- 15
- 129
- 193
-
Thanks for the tip -- I wanted something like Visual Studio class diagrams, so I can write code at design time and build diagrams from it. Visual Studio Express lacks class diagrams, but NClass (with assembly import) is just the ticket! – yoyo Dec 01 '11 at 17:37
3
You should also check out StarUML. It's great and free!

Nikhil Kashyap
- 1,049
- 2
- 11
- 15
-
Heads up....This is completely unable to work with C# in Visual Studio 2010. I wasted 30 minutes trying it. – toddmo Nov 25 '13 at 16:30
1
I realize this is a very old question but at least for the past few years Sharp Develop can be used to create class diagrams. Not as good as VS but comparable.

Sri
- 192
- 1
- 9
-
Hey, thanks for the answer and welcome to [so]! Unfortunately, the question you're answering appears to be off-topic, and standards has changed over time. Please take a __[tour]__. – Unihedron Sep 26 '14 at 14:23
0
I use yEd. Its simple but has just enough functionality. It does not generate code.

Toon Krijthe
- 52,876
- 38
- 145
- 202