On Wed, Jun 17, 2009 at 2:01 AM, greyman <[email protected]> wrote:

>
> It's arguable the
> identity management and query caching in DbLinq won't be of much
> benefit if the DataContext is only used for single units of work.
>

This is related to how you define a Unit of Work.

You should not need identity map out of a unit of work.

For example, in our web application, we define Unit of Work a single HTTP
request (when related to DAL, domain model entities are another thing).


Giacomo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to