Manas Mohapatra
What is T4 template and how it can useful
By Manas Mohapatra in .NET on Jul 12 2015
  • Manas Mohapatra
    Jul, 2015 12

    T4 stands for Text template transformation toolkit is template based code generation engine. So you can write C# code in T4 templates ( .tt is the extension) files and those c# codes execute to generate the file as per the written C# logic.It is used in Entityfreamework, MVC to create strongly type views.

    • 4
  • Arvind Upadhyay
    Aug, 2015 17

    T4 is used within Microsoft in ASP.NET MVC for the creation of the views and controllers, ADO.NET Entity Framework for entity generation, and ASP.NET Dynamic Data.It is also used outside of Microsoft in projects such as Sub Sonic.T4 templating is also supported in Mono Development.

    • 1
  • Upendra Pratap Shahi
    Aug, 2015 5

    Basic this comes in EF first and MVC. T4- Text template transformation toolkit

    • 1
  • Munesh Sharma
    Aug, 2015 5

    http://www.c-sharpcorner.com/UploadFile/b182bf/what-is-t4-template-in-mvc/

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS