Code generation with T4, Entities to DTOs example - Pablo M. Cibraro (aka Cibrax)
3/12/2009
<div><div><div style="float:right"><img alt ="" src="http://images.pageglimpse.com/v1/thumbnails?devkey=82c14bf10b5f9d544e78661ac2d355d2&url=http://weblogs.asp.net/cibrax/archive/2009/03/11/code-generation-with-t4-an-entities-to-dto-example.aspx&size=small&root=no&nothumb=http://dotnetshoutout.com/Assets/Images/pg-preview-na.jpg"/></div><div>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 Framewo...</div></div><div style="padding-top:4px"><a rev="vote-for" href="http://dotnetshoutout.com/Code-generation-with-T4-Entities-to-DTOs-example-Pablo-M-Cibraro-aka-Cibrax"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http%3a%2f%2fweblogs.asp.net%2fcibrax%2farchive%2f2009%2f03%2f11%2fcode-generation-with-t4-an-entities-to-dto-example.aspx" style="border:0px"/></a></div></div>.
Similar articles
DotNetShoutout - Latest published stories
OAuth in action – Linq2Twitter - Pablo M. Cibraro
The other day I came across a pretty cool project, Linq2Twitter, that basically implements a linq provider for consuming the Twitter REST Api. This project is not only interesting because it provides...
Info Alert: oauth
OAuth in action – Linq2Twitter - Pablo M. Cibraro
The other day I came across a pretty cool project, Linq2Twitter, that basically implements a linq provider for consuming the Twitter REST Api. This project is not only interesting because it provides...
DotNetShoutout - Latest published stories
DTOs, Business Entities and Persistency
When designing an application, one can easily confuse DTOs, Business Entities and Persistency. Using the following simple examples I will demonstrate design considerations and thoughts that will disp...