Why use MVVM???

Posted by LnDCobra on Stack Overflow See other posts from Stack Overflow or by LnDCobra
Published on 2010-04-16T13:02:11Z Indexed on 2010/04/16 13:13 UTC
Read the original article Hit count: 363

Filed under:
|
|

Okay, I have been looking into MVVM pattern, and each time I have previously tried looking into it, I gave up for a number of reasons:

  1. Unnecessary Extra Long Winded Coding
  2. No apparent advantages for coders (no designers in my office. Currently only myself soon to be another coder)
  3. Not a lot of resources/documentation of good practices! (Or at least hard to find)
  4. Cannot think of a single scenario where this is advantageous.

I'm about to give up on it yet again, and thought I'd ask to see if someone answer the reasons above.

I honestly can't see an advantage of using this for a single/partner coding. Even in complex projects with 10's of windows. To me the DataSet is a good enough view and binding like in the answer by Brent following question

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf