I've seen a lot of book recommendations for WPF here, but no witch is specific to MVVM.
|
closed as not constructive by Will♦ Aug 26 '11 at 11:11
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Josh Smith's article WPF Apps With The Model-View-ViewModel Design Pattern is a very good start... I wish Josh could write a book on this topic ;) EDIT: At last, there is a real book, written by the same Josh Smith... |
|||||||||
|
|
I think this question needs a little update. I am a MVVM fanatic and I have collected some of the best stuff for you guys ! Here it comes: 1. First approch http://joshsmithonwpf.wordpress.com/2008/12/01/the-philosophies-of-mvvm/ He is the prophet and you shall listen to his holly verb. http://blog.lab49.com/archives/2650 The most efficient webcast I watched on MVVM. http://karlshifflett.wordpress.com/mvvm/wpf-line-of-business-introduction/ WPF Line of business: real great diagram. 2. Mandatory concept and tools http://marlongrech.wordpress.com/2008/12/13/attachedcommandbehavior-v2-aka-acb/ You will have to go through ACB to solve some callback-avoid-code-behind issues. http://marlongrech.wordpress.com/2009/04/08/mvvm-mediator-acb-cool-wpf-app-the-mvvm/ Mediator will save your soul from the ignominous high-coupled architecture. http://marlongrech.wordpress.com/2009/04/16/mediator-v2-for-mvvm-wpf-and-silverlight-applications/ Last update on mediator. 3. Data validation http://blogs.msdn.com/wpfsdk/archive/2007/10/02/data-validation-in-3-5.aspx Overview of validation rules and IDataErroInfo. Josh smith about IDataErrorInfo. http://msdn.microsoft.com/en-us/magazine/ff714593.aspx MSDN Magazine article to go deeper. http://karlshifflett.wordpress.com/mvvm/input-validation-ui-exceptions-model-validation-errors/ Karl Shifflett on error hiatus between model and view. 4. The source http://groups.google.com/group/wpf-disciples/ Group of the WPF discliples: Josh Smith and the apostles. 5. A Framework http://www.galasoft.ch/mvvm/getstarted/ You want the core of MVVM in a single framework ? MVVM light provides just what you need. In this framework:
Many thanks to the disciple Laurent Bugnion! |
||||
|
Yes, the time is ripe for a book called "WPF with MVVM" in which building WPF applications is taught with MVVM as a basis from beginning to end, a book that does not teach you 100 things that you have to later unlearn (code-behind click handlers, value converters, routed commands, etc.), a book that gives you an MVVM template to download and code snippets to use, and teaches you the concepts that you need to know from the beginning so you don't have to go search them out yourself. Just as an example, it's tough to have been reading books for months that teach you routed commands and code-behind handlers and then to read articles like this which tell you that what what you have been learning is "convoluted and inappropriate" and you should have been learning MVVM from the start:
There is a big market for a WPF/MVVM book, and it would be useful for years. Who wants to write it? |
||||
|
|
|
MVVM is a pretty new thing. I doubt there are some books on subject. Currently best source of information on MVVM is Karl Shifflett's blog. IMO best publication on the subject is a CodeProject's article: Exploring a Model-View-ViewModel Application; WPF Password Manager, Cipher Text |
|||
|
|
|
Not a book but a video. Explains pretty well the pattern: Jason Dolinger MVVM |
|||
|
|
|
Yes mine will be out soon http://www.amazon.com/Enterprise-Applications-Presentation-Foundation-ViewModel/dp/0735650926/ref=sr_1_6?ie=UTF8&qid=1287769015&sr=8-6 |
|||||
|
|
It's not a book (doesn't really warrant a whole book anyway), but the best resource I've seen is Dan Crevier's blog. |
|||
|
|
|
No books out yet, but since MVP is such a similiar pattern you could look into using books on MVP as the base for your knowledge. |
|||
|
|
|
Pro WPF & Silverlight MVVM: Effective Application Development With Model-View-ViewModel is due out in January 2011. |
|||||
|