T4: Text Template Transformation Toolkit
Posted by Tim Hobbs on July 6, 2009
0 comments
T4 is a template-based code generation engine supported in VS 2008 (and available for download for VS 2005). SubSonic 3.0 uses these files (.TT extension) in place of the old templating system. T4 can be used to generate C#, VB, XML, etc. T4 templates are pretty sweet. Oleg Sych has a great post detailing just [...]