Skip Navigation LinksHome > Blog > 2009 > February

February, 2009

T4: Text Template Transformation Toolkit

After listening to Scott Hanselman's Hanselminutes, I learnt of a new feature in Visual Studio 2008 called T4. T4 is actually an acronym for Text Template Transformation Toolkit. Basically this lets you do basic (??) code generation in Visual Studio without installing any plugins. From what I understand it is still in its early stages and may be enhanced in future releases. At the moment there is no