views:

280

answers:

2

Hi Friends,

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#.

A: 

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.

Yuriy Faktorovich
A: 

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.

Winston Smith