NET Code Generator
Creation Overview
Basic Tasks > Creating New Templates > Creation Overview

Templates are based on T4.  When templates are generated, generally they will create a file for each Entity/Class.  The exception to this rule would be for a solution file or a project file.  

 

Steps

  1. Open the CodeGenTemplates.sln file
  2. Create a new Folder for the template under Languages
  3. Create a new T4 template in the newly created folder
  4. Copy and paste the contents of the Example\BaseExample\BaseExample.tt into the newly created template.
  5. Make the desired changes to your template

 

Critical Notes