Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio express : free class diagram tool [closed]

Tags:

c#

class

diagrams

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?

like image 231
dotnet-practitioner Avatar asked Nov 02 '09 14:11

dotnet-practitioner


People also ask

Can Visual Studio create a UML diagram?

In Visual Studio, in the Solution Explorer, select a solution. On the Project menu, click Add New Item. In the Add New Solution Item dialog box, click Visio Files, and then click UML. Under Templates, click a UML diagram, and then click Open.


2 Answers

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.

like image 142
Stefan Steinegger Avatar answered Sep 30 '22 01:09

Stefan Steinegger


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

like image 28
Nikhil Kashyap Avatar answered Sep 30 '22 03:09

Nikhil Kashyap