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
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
UML Image at http://www.c-sharpcorner.com/UploadFile/mgold/VirtualClock09282005072736AM/VirtualClock.aspx
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.