WPF MVVM Samples with Database
What examples exist of Windows Presentation Foundation (WPF) Model View ViewModel (MVVM) that include sample database connections? The BookLibrary (WPF MVVM) sample application of the WPF Application Framework (WAF) uses the Entity Framework in combination with a SQL CE database. you could have a look at those: http://www.codeproject.com/KB/WPF/WPF_MVVM_DB_Access.aspx http://karlshifflett.wordpress.com/mvvm/wpf-line-of-business-introduction/ or just this: http://www.google.com/search?q=mvvm+database I would recommend Building Enterprise Applications with Windows Presentation Foundation and the