问题
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