Some Good Links
MVVM Pattern (Model – View – ViewModel Design Pattern)
- Dan Crevier’s Blog on M-V-VM
- part 1 – DataModel-View-ViewModel pattern: 1
- part 2 – DataModel Base Class
- part 3: A sample DataModel
- part 4: Unit testing the DataModel
- part 5: Commands
- part 6: Revisiting the data model
- part 7: Encapsulating commands
- part 8: View Models
- John Gossman’s M-V-VM Contact Database Example
- M-V-VM Example by Josh Smith using Infragistics WPF Control Library