MVVM pattern books? [closed] - mvvm

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 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, visit the help center for guidance.
Closed 11 years ago.
are there any MVVM pattern books out there or at least books that handle that topic? I couldn't really find any book about that, any recommendation? Thanks!

Pro WPF and Silverlight MVVM Effective Application Development with Model-View-ViewModel
http://apress.com/book/view/1430231629
Building Enterprise Applications with Windows Presentation Foundation and the Model View ViewModel Pattern
http://www.amazon.com/Enterprise-Applications-Presentation-Foundation-ViewModel/dp/0735650926/
Silverlight 4 in Action (has a chapter on MVVM)
http://www.amazon.com/Silverlight-4-Action-Pete-Brown/dp/1935182374/

I can recommend Advanced MVVM by Josh Smith. If you already know WPF or Silverlight it's a great intro to MVVM. Keep in mind that it's an e-book.

Related

Spring framework [closed]

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 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, visit the help center for guidance.
Closed 9 years ago.
I want to learn SPRING framework (JAVA). I know core java, servlets, JSP, JDBC. Now, i want to learn SPRING framework.
Can anyone guide me, like from where to start etc.
I have no idea about SPRING framework and i do not even where to execute this framework. I did JSP, servlets etc. on Eclipse (Europa).
Please someone guide me on this.
for beginners these sites are preferable:
tutorials point
rose india
java2s
dzone
you can get hundrades of videos in youtube.
tutorials point is the best choice to freshers.
we have many ebooks on spring,just go for googling. pick a book which is understandable
to your standard.
All the best..

For studying Catalyst [closed]

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 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, visit the help center for guidance.
Closed 11 years ago.
I want to study catalyst MVC freamwork for perl but I don't have any idea about
catalyst or MVC freamwork so. from where I have to start..?? can you suggest me a book for that related topics which best.
The Catalyst::Manual distribution contains complete and thorough documentation for Catalyst, including a lengthy tutorial and a cookbook.
The Definitive Guide to Catalyst is an extremely good book, and covers Model-View-Controller design quite well. The official Tutorial is also very worthwhile for coming to grips with Catalyst.

Good practices for building web application that can later have and mobile(Android/iPhone) version [closed]

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 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, visit the help center for guidance.
Closed 10 years ago.
can you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.
I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.
I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

Advanced iPhone Programming Books [closed]

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 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, visit the help center for guidance.
Closed 11 years ago.
Are there any advanced iPhone Programming Books? I don't want an introduction in Objective C, Cocoa Touch or UIKit, but a comprehensive collection of best practices.
If you're willing to look beyond books, the videos for my Advanced iPhone Development course are available for free on iTunes U. I describe what I've found to work best for me when dealing with various iOS frameworks and concepts. I also list many more advanced references for each topic in my course notes for the class.
Erica Sadun's Cookbook might be what you're looking for. But it's not too advanced, also helpful for beginners.

Please recommend a complete guide/book on MVVM for silverlight [closed]

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 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, visit the help center for guidance.
Closed 10 years ago.
Although there are many MVVM for silverlight demo app/article online, but all of them are very simple and not cover mvvm with depth and extension for LOB app.
I am looking for a complete MVVM book/demo in depth related to such as WCF Ria Services, Command, etc.
Take a look at Advanced MVVM by Josh Smith.
Advanced MVVM is a good book about basic MVVM concepts, but it does not address the issues for LOB apps. Keep looking.
For beginners : Take a look at the following article on MVVM basics