tags:

views:

39

answers:

2

hi

I'm looking for an example of using uml for modeling a software and its related c# code?

windows-based application is prefered.

Thank you

A: 

Visual Studio has basic class diagram generation; VS 2010 has better UML compatibility. ModelMaker is a possibility as is Enterprise Architect. There are several other programs out there, but I would need more detail on exactly what you are looking for to make a better recommendation. Added some open source UML tools MonoUML is an open source case tool for the mono framework that includes diagramming. StarUML is open source, mostly written in Delphi, but you can add plug-ins written in C#. ArgoUML is an open source tool that can generate C# code. It is written in Java, but that is close to C# if you are looking for example code.

Bill W
I'm looking for a complete but small free downloadable project which has a uml model and been developed with C#.
odiseh
Do you need to be able to round trip the code? Or are you really looking for the source code to do UML modeling?
Bill W