Archives for December, 2007

How to use T4 to generate Decorator classes


This article demonstrates how to use Introspection and T4 templates to generate C# Decorator classes in Visual Studio.

How to use T4 to generate .config files


This article demonstrates how to create and use a simple T4 template to generate App.config files for development, testing and production environments in Visual Studio.

How to create a simple T4 template


This article demonstrates how to create and use a simple T4 template to generate C# code in Visual Studio without building a DSL or a Guidance package.

T4: Text Template Transformation Toolkit


This article provides an overview of Text Template Transformation Toolkit (T4) and includes links to additional articles about T4 and ready-to-use templates.

POT without Guidance


Building applications is boring. Building frameworks is way more interesting. I mean, who wouldn’t want to build a dependency injection framework with an event broker, commands, controllers, containers, and UI parts to build composite distributed enterprise applications? Unfortunately, at some point you would need to deal with the boring task of teaching developers to use […]