Jul
6
Code generation/scaffolding with Visual Studio T4 templates
Auteur : Jeroen Kuiper
Geplaatst op : 6-7-2011 16:31
T4 templates are a feature of Visual Studio that is for some reason quite hidden. Could we harness it's power to do some simple code generation? For example, given a model, generate code from a data class (DAO) and interface, a business logic class and interface and a test class? That would be a real time saver.



Tags: