UML code generation tool in C #

Please offer me any openlook tool for generating C # code from a UML designer or any plugin for generating code from visualstudio. My requirement is to have a code generation tool for C #.

+4
source share
2 answers

You can generate C # code from the Visual Studio class diagram . You can click on your project and add a new class diagram or select "Show class diagram" from the drop-down list if you want it to simulate what you have.

+2
source

We used MagicDraw and Maven C sharp plugin in the past with great success.

Of course, there is Enterprise Architect, but it is not open source.

+1
source

All Articles