Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You might want to have a look at <a href="http://davybrion.com/blog/category/build-your-own-dal/" rel="nofollow noreferrer">Davy Brion's 'Build your own DAL' series</a>. I've only skimmed it myself so I'm not sure if it addresses your question.</p> <p>Be sure to also have a look at Ayende's comments to the series.</p> <ul> <li><a href="http://ayende.com/Blog/archive/2009/08/24/a-guide-into-orm-implementation-challenges-reasoning.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: Reasoning</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/24/a-guide-into-orm-implementation-challenges-mapping.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: Mapping</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/25/a-guide-into-orm-implementation-challenges-crud.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: CRUD</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/26/a-guide-into-orm-implementation-challenges-hydrating-entities.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: Hydrating Entities</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/27/a-guide-into-orm-implementation-challenges-the-session-level-cache.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: The Session Level Cache</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/28/a-guide-into-orm-implementation-challenges-lazy-loading.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: Lazy loading</a></li> <li><a href="http://ayende.com/Blog/archive/2009/08/28/a-guide-into-orm-implementation-challenges-custom-queries.aspx" rel="nofollow noreferrer">A guide into OR/M implementation challenges: Custom Queries</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload