Linq for entities Framework 4.1 tutorials/ebooks links [closed]

假如想象 提交于 2019-12-20 10:57:35

问题


Is there any good LINQ tutorial for Entities Framework 4.1 Code First for medium to complex level? Please suggest books as well.


回答1:


For Linq-to-entities you can check MSDN:

  • Syntax examples
  • Linq-to-entities

Sources for EFv4.1 code first are:

  • ADO.NET team blog
  • Morteza Manavi's blog
  • Julia Lerman's blog
  • Stack Overflow

As I know there is no book covering EFv4.1 yet.

Edit (May 2012): There are two books about EFv4.2 (Code first / DbContext API) now:

  • Programming EF Code First
  • Programming EF DbContext



回答2:


Just follow the ADO.NET blog. I've learnt so much from those articles/series!



来源:https://stackoverflow.com/questions/5974863/linq-for-entities-framework-4-1-tutorials-ebooks-links

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!