vote up 1 vote down star

UPDATE

MVP vs. Presentation Model, which one is better (for desktop application) - in terms of

  1. maintainability
  2. testability
  3. complexity
  4. flexibility
  5. separation of concern - changing one component (view, controller, model etc) has minimal impact on the others.
  6. performance (optional)
  7. memory usage (optional)
flag

27% accept rate
1  
Define "better". – duffymo Sep 12 at 21:31
What type of desktop applications? – James Black Sep 13 at 0:53
Is this a windows framework comparison, so XAML/WPF versus MVC? – James Black Sep 13 at 0:57
James, I've never use XAML before. You can find the explanation of MVP here martinfowler.com/eaaDev/uiArchs.html – janetsmith Sep 13 at 5:17

1 Answer

vote up 0 vote down

I think you should stick with MVVM for WPF. Here's an explanation of the models you could consider and the differences between them.

http://blogs.msdn.com/erwinvandervalk/archive/2009/08/14/the-difference-between-model-view-viewmodel-and-other-separated-presentation-patterns.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.