12
shouts

Presentation Model with DataTemplates in CompositeWPF (Prism) Sample

published 258 days, 8 hours, 31 minutes ago posted by juliandominguezjuliandominguez 259 days, 4 hours, 4 minutes ago
Friday, July 03, 2009 8:52:24 AM GMT Thursday, July 02, 2009 1:19:01 PM GMT

The combination between Presentation Model (or MVVM) and DataTemplates can become a differentiated quality feature in your source code. WPF allows you to have DataTemplates as views instead of user controls, so you can compose your logical tree of ViewModels you can communicate with, instead of UI elements that cannot be tested easily.

category: Architecture | clicked: 84 | | source: blogs.southworks.net | show counter code
tags: Composite Application Library, examples, MVVM, Presentation Model, Prism, WPF