Although I did see early versions, I just happened to notice that the O’Reilly Media page for the new book (Programming Entity Framework Code First) now has the book cover image on it.
Sign up for my newsletter so you don't miss my conference & Pluralsight course announcements!
Congratulations! When does the books on tape version come out? 🙂
Oh yeah! can’t wait to get this on my hands…
I need this book, now!!!
The link Julie gives here says release approx. Nov 2011.
Amazon.com says end of Nov 2011.
Hooray!
I’m trying to adapt your repository code from chapter 24 of "Programming Entity Framework", 2nd Edition. I’m having trouble in the BAEntities trying to find something to substitute for _activities = CreateObjectSet<Activity>("Activities")); The CreateObjectSet is not available in 4.1.
Help! Can you point me toward the answer?
Jim
Jim don’t bother with that pattern with cf…just use something like
public IDbSet<Contact> Contacts { get; set; }