Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Tag: DTE

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.…

Read More 4145 views

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…

Read More 4955 views
(c) 2011-2020 Munir Husseini