frankwisniewski.net
Introducing T4 Awesome – Frank Coding
http://www.frankwisniewski.net/index.php/2014/04/introducing-t4-awesome
Programming and other tech goodness. April 9, 2014. I have always been a fan of code generation. In 2006, my buddy Steve showed me CodeSmith. And I started using it to build out stub aspx and html files for my views from database tables. This worked pretty well but there was one catch, sometimes your data model does not exactly match your business model. I hit this problem a number of times and began searching for a better solution. At first I tried creating my own schema provider. Using the years of exp...