Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF MVVM Samples with Database

What examples exist of Windows Presentation Foundation (WPF) Model View ViewModel (MVVM) that include sample database connections?

like image 726
Velu Avatar asked Jan 21 '11 07:01

Velu


3 Answers

you could have a look at those:

http://www.codeproject.com/KB/WPF/WPF_MVVM_DB_Access.aspx

or just this:

http://www.google.com/search?q=mvvm+database

like image 60
Botz3000 Avatar answered Nov 04 '22 05:11

Botz3000


The BookLibrary (WPF MVVM) sample application of the WPF Application Framework (WAF) uses the Entity Framework in combination with a SQL CE database.

like image 3
jbe Avatar answered Nov 04 '22 06:11

jbe


I would recommend Building Enterprise Applications with Windows Presentation Foundation and the Model View ViewModel Pattern publish by Microsoft.

http://shop.oreilly.com/product/0790145309686.do#tab_04_0

you can find the source code here

http://examples.oreilly.com/9780735650923-files/

like image 1
Mahesh Avatar answered Nov 04 '22 06:11

Mahesh