T4 Walkthrough Part 4 - Robustness
September 18th, 2009
In the third video in this series I showed you how to make your T4 code reusable. In this video I’ll show you how to make it robust. We’ll look at how to debug, handle exceptions, and even unit test, yes unit test, our templates.
You can download the code here.
To run the code you’ll need the AdventureWorks databse, which you can download from CodePlex here.
You’ll also need the T4 Toolbox, which you can download from CodePlex here.