So this is another post about T4 templates. But not just ANY T4 templates, Preprocessed Text Template’s (oooooh, ahhhhh) Long story short, these are templates you can embed in an application to execute at runtime rather than at design time. There are some limitations compared to regular T4 templates, but needless to say, it sure makes generating code a breeze. Back Story I have this project I needed to work on that involved generating code from an Xsd. This Xsd changed often, so I created a project that did...