4

Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin to generate code from visualstudio. My requirement is to have a code generation tool for C#.

2 Answers 2

2

You can generate C# code from Visual Studio's class diagrams. You can either click on your project and add a new Class Diagram or select View Class Diagram from the drop down if you would like it to model what you have so far.

1

We used MagicDraw & Maven C sharp plugin in the past with much success.

Of course, there's also Enterprise Architect - but it isn't open source.

Not the answer you're looking for? Browse other questions tagged or ask your own question.