Programming Entity Framework: Code First edition is now available as an ebook!

OReilly Media pushed the ebook versions (PDF, mobi (for kindle) & others) of Programming Entity Framework Code First live this morning! You can get it at http://shop.oreilly.com/product/0636920022220.do. The print version should be available soon. Print is also available for pre-order on the OReilly site as well as on Amazon at http://juliel.me/ufZtlb. Amazon should have the kindle version available shortly. On twitter, Shawn Wildermuth said “I’ll get it when the Kindle version ships..tech books on a Kindle Fire are really good so far”.

  Sign up for my newsletter so you don't miss my conference & Pluralsight course announcements!  

5 thoughts on “Programming Entity Framework: Code First edition is now available as an ebook!

  1. Does your book talk about security? When building DALs based on stored procedures we typically restrict the connection identity to have execute permission on the stored procs. No select or anything else anywhere in the db. It seems the EF identity must have liberal rights.

  2. Hi Bob. Code First doesn’t support direct stored proc mappings; you can only use sprocs as method calls. That said, we don’t discuss security explicitly in the Code First book, but the general EF guidance is the same: msdn.microsoft.com/…/cc716760.aspx

  3. I’m a beginner and just started learning EF.

    Do I need to start with the Programming Entity Framework book or could I just jump directly to the Code First + DBContext books?

    I have the same question in regards of the Pluralsight courses.

    Thanks

  4. it’s getting a little complicated. start with the EF 4.1 courses on pluralsight. THe two new books will give you more depth of the features. The big book will giveyou insight into application building, performance, etc. except it uses objectcontext.

Leave a Reply to prasad Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.