Silverlight MVVM example which does not use data grids?
- by Aim Kai
I was wondering if anyone knew of a great example of using the MVVC pattern for a Silverlight application that does not utilise a data grid?
Most of the examples I have read see links below and books such as Pro WPF and Silverlight MVVM by Gary Hall use a silverlight application with a datagrid. Don't get me wrong, these are all great examples.
See also:
MVVM: Tutorial from start to finish?
http://www.silverlight.net/learn/tutorials/silverlight-4/using-the-mvvm-pattern-in-silverlight-applications/
However some recent demo projects I have been working are not necessarily dealing with data grids but I would still want to implement this pattern..