Sunday, January 31, 2016

Introduction to Textual Transformation Template Toolkit(T4 templates)



What is Text Templates       
T4 is a template based text generation framework included with Visual Studio.
        T 4 is powerful code generation tool which can generate code in any file format, it can be html, css , javascript,CSharp,Java,xml or any other file format.
        It generates code classes from model.
        Modal is nothing but a data source object for code generation.
        Model could be anything.It could be Class diagram,ERD,UML,Database design file
        Fast Development Because it generate classes based on requirement using some generic coding. 
        It is not limited to code Generation:- any file you can generate based on requirement. Ex .docx,.xlsx ,any other text file etc.

Filled Under:

0 comments:

Post a Comment