0

Does code generator that generates presentation level with model view view model pattern exists ? I need a generator that will generate code with presentation level for widnows desktop or WPF application all with data binding using MVVM pattern (from database or object model)

Does something like that exists ?

Dejo
  • 2,078
  • 3
  • 26
  • 38

1 Answers1

0

You can use T4 Templates to do this. If you want learn about T4 template, I recommend you read T4 Tutorial: Creating reusable code generation templates.

Ekk
  • 5,627
  • 19
  • 27