简体   繁体   中英

mvvm wpf c# Entity framework tutorial

共享一些使用C#使用mvvm wpf EF4构建应用程序的良好链接。我需要教程/ video / book,该教程从使用EF和C#的mvvm的基本概念开始,并且至少涵盖为企业构建完整项目/应用程序的主要主题。谢谢

I don't think it's out there. I looked for something similar around a year ago. You can find tutorials on MVV, and WPF and EF, but not all together and not what you are looking for. IMHO You are going to have to dive into a MVVM framework and learn as you go. I used mvvm-light to start because it it "light" weight and easy to start with. You've got a lot of reading ahead of you.

MVVM Light Download

MVVM Light Documentation

You can also look into Caliburn Micro and Prism(Microsoft)

I found this to be a bit of a learning curve so plan to take some serious time to get comfortable before dinging into an enterprise level application. WPF done poorly has horrendous performance for the user. But once you get it, WPF is very flexible and capable.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM