Inheriting a T4 Template and Calling EnvDTE.DTE: The System Cannot Find The File Specified September 16, 2013Munir Husseini2 Comments Some strange behavior occurred today when I tried to encapsulate some functionality of a T4 template into a base class.…
Code Generation And Manipulation Using T4 Templates And Visual Studio Automation By Sample May 15, 2012January 11, 2018Munir HusseiniNo Comments Introduction The goal of this exercise is to generate a class that inherits from System.Data.Entity.DbContext. It will contain properties of type System.Data.Entity.DbSet for…