Text Template Transformation Toolkit
Appearance
Microsoft's Text Template Transformation Toolkit (usually referred to as "T4") is a text generation language included with Visual Studio 2008. T4 source files are usually denoted by the file extension ".tt"
Third-party editors
- T4 Editor an editor from Clarius
Similar languages
External links
- T4: Text Template Transformation Toolkit an introduction and tutorial on T4 by Oleg Sych
- Generating Artifacts By Using Text Templates MSDN article about using T4
- Microsoft's T4: A Free Alternative to CodeSmith another T4 introduction
- Codegeneration with CodeSmith and Orcas T4 a comparison of some aspects of T4 and CodeSmith