Friday, September 10, 2010

Souce Code and other materials from Grokking ORMs talk

Here are the slides and source code from my talk at Central PA.NET Code Camp 2010 called Grokking Object-Relational Mappers. The zip file is at https://public.me.com/jwigger and is called Grokking_ORMs_9_10_2010.zip
Here is a few links covered in the talk.
  • Julie Lerman's book, THE book on EF - Programming Entity Framework

  • Frans Bouma, developer of LLBLGen has a lot of interesting, highly opinionated posts on his blog. This post explains his position on why LLBLGen works well with Entity Framework. I will post more on this topic but I do really like the LLBLGen designer and code generator used in combination with EF. Caveat Lector: I received a free developer license of LLBLGen to work on this presentation.

  • NHibernate's Home is here at nhforge.org

  • Upcoming NHibernate 3 Cookbook by Jason Dentler and his Hanselminutes podcast episode

  • Jeremy Miller's MSDN article on persistence ignorance and the unit of work pattern.


  • An explanation of the Select N+1 problem that relates to lazy loading objects.

No comments:

Post a Comment