0
kicks
Understanding T4 template transformation
T4 (Text Template Transformation Toolkit) is a template-based code generation engine. It is available in Visual Studio 2008 and as a download in DSL and GAT toolkits for Visual Studio 2005.
This article provides an overview of the template transformation process and demonstrate how different types of template blocks and processing instructions are transformed into code. Each example includes template text, compiled template code and output text.