Posts Text Template Transformation Toolkit (T4) – T4 Template
Post
Cancel

Text Template Transformation Toolkit (T4) – T4 Template

Text Template Transformation Toolkit (T4) is a template-based code generation engine. This is one of the best things I found out today, so just thought of sharing with you guys.

This is awesome code generator template. This template is best used to generate your business logic code that will communicate with the database.

You can create a code page that will have all your database tables as Classes and their fields as its variables. So you will have your database tables as class and its columns as variables. You will have everything object oriented.

This template has an extension “.tt” and you can write code in any language C# or Vb and have the code file generated in any of these language you want. All you have to do is write the code in “.tt” file and its corresponding “.cs” or “.vb” file will be generated once you save your “.tt” file.

Its truly AMAZING!!!

Check this out.

[googlevideo=https://video.google.com/videoplay?docid=-3383108526856631845&hl=en]

This post is licensed under CC BY 4.0 by the author.