Code generation with T4, Entities to DTOs example
Posted by: Pablo M. Cibraro (aka Cibrax),
on 11 Mar 2009 |
View original | Bookmarked: 0 time(s)
T4 is a powerful template engine for code generation shipped out of the box within Visual Studio. It is an evolution of T3, which was initially introduced a couple of years ago as part of the DSL toolkits and the software factories.
Today, it is getting more attention from other product teams as well, for instance, the ASP.NET MVC and Entity Framework teams have recently announced that they will ship T4 templates as part of their products. That will provide a way to customize the code...