Uzair Anwaar
Uzair Anwaar

Reputation: 243

Code Generation Utility from UML in C#/VB .Net

I am using C# to develop an enterprise level application. I use VS2010 Modeling Project to model my classes but there is no code generation utility which available for free. I want to know if is there any Utility/Extension that can generate C#/VB code from UML diagrams.

Upvotes: 2

Views: 545

Answers (1)

Tom W
Tom W

Reputation: 5403

The T4 framework does comprehensive code generation in Visual Studio.

Upvotes: 4

Related Questions