Please recommend a complete guide/book on MVVM for silverlight [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 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

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..

Are there MVC/JPA tutorials without using Spring? [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.
this is my first post here.
I am searching for some examples or tutorials for web application using JPA and MVC. All the tutorials and examples that I found so far are related using Spring. I am new on using JPA/MVC and I am finding a little difficult to understand how Spring works. Can anyone recommend me a good tutorial or a simple example without Spring?
For what's it worth, the concept 'clicked' for me through this book. A bit dated now, but the basics stay the same. Other than that you can just as well find a bunch of simple tutorials and presentation if you search for something like 'java servlets basic mvc tutorial'
Watch this videos its easy to understand : http://m.youtube.com/user/koushks?gl=US&hl=en&client=mv-google

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.

MVVM pattern 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 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.