In February, I co-presented at the Cleveland .NET Special Interest Group (SIG) on T4 Templates. Mel Leeb and I walked through this hidden gem that is part of VS 2008. You can find the slides and our sample code on the Bennett Adelson web site. If you haven’t seen T4 before, it is worth a look. T4 is built in to VS 2008 and can be added to VS 2005. It provides a code generation option that is very powerful and nicely integrated into the VS IDE. I highly recommend Oleg Sych’s blog for great info on...