Why use MVVM???
- by LnDCobra
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