开发者

WPF MVVM Samples with Database

开发者 https://www.devze.com 2023-02-06 03:07 出处:网络
What examples exist of Windows Presentation Foundation (WPF) Model View ViewModel (MVVM) that include sample da开发者_如何学Pythontabase connections?you could have a look at those:

What examples exist of Windows Presentation Foundation (WPF) Model View ViewModel (MVVM) that include sample da开发者_如何学Pythontabase connections?


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


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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消