My team has explored the MVVM Silverlight design pattern and we decided to use it wherever possible in our new project. I have seen numerous discussions on this pattern but what I am missing is a solid end-to-end MVVM code example, ideally in a couple different scenarios (perhaps a CRUD scenario and a Shopping Cart example).
I have heard that the Design Pattern Framework 4.0 will have such an example, but the 4.0 version is not released yet. Does anyone have any good pointers or references that would help us out?