views:

133

answers:

2

I am having a little trouble understanding how entity framework works. I am reading "Entity Framework" by Oreilly for the second time. I am not sure if its me or the book that is the problem. But I have never had a problem reading any programming book probably with the exception of XSLT 2.0. Do you guys have any books or resources that is good for learning the entity framework?

+5  A: 

I thought "Programming Entity Framework" was a good read. I need to go over it again however, as I have not been able to use it in a project yet.

Chrisb
+1 it's the EF bible, really - excellent book! Glad to hear a 2nd edition for EF4 is in the works :-)
marc_s
I've read Programming Entity Framework (Julie Lerman) too, and I'm using EF in project. Thanks to this book, I avoided most of the problems that programmers that are starting to use it usually deal with.
Misha N.