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: 383
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:
- Unnecessary Extra Long Winded Coding
- No apparent advantages for coders (no designers in my office. Currently only myself soon to be another coder)
- Not a lot of resources/documentation of good practices! (Or at least hard to find)
- 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