Skip to content

Tag Archives: DSL

Code generation using T4 Templates

31-Jul-09

In the current project I am working we have to write lot of Business Entity classes, all of them got same structure of code, like lot of GET / SET code for Properties, and all these classes implemented by INotifyPropertyChanged interface. So we have to write the lot of same stuff repeatedly. Few days back [...]