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”.

#1 Bob on 11.24.2011 at 9:34 AM

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 Julie on 11.24.2011 at 10:36 AM

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 prasad on 11.27.2011 at 10:13 AM

I am struggling with mapping relationship to child objects, please help?

social.msdn.microsoft.com/.../69d9145a-f7ec-4

stackoverflow.com/.../entity-framewor

Leave a Comment