Jul
6

Code generation/scaffolding with Visual Studio T4 templates


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. 

Lees meer...