Views: 19.6K
Replies: 1
Archived
|
Good Silverlight MVVM example with codeMy 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? Ian Barrymore, May 10, 2010
|
|
Reply 1I was just looking into this myself.
Here is a link from the Open Light Group which may help: Silverlight View Model Style: An (Overly) Simplified Explanation Good luck with your new project. Deshaun Hyram, May 10, 2010
|