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