Reputation: 243
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
Reputation: 5403
The T4 framework does comprehensive code generation in Visual Studio.
Upvotes: 4