CurrentSessionContext is pretty handy for controlling instancing of
the session so you only have one per reqeust/thread or whatever.

I use it in my hand-rolled UoW class: http://gist.github.com/108433
(This is doing the job for me, but feel free to bash it!)

T


On Jul 8, 3:21 pm, "Dotan N." <[email protected]> wrote:
> Hi all,
>
> I remember reading a post from Ayende that stated that if he sees code where
> someone opened session inside each persister method, he doesn't know how to
> use NH.
> So after implementing various method to manage Session myself, and i've
> steered clear of what Ayende recommended not to do, i've now exposed my self
> to linq2sql and
> i couldn't see any special considerations to handle its form of session
> there.
>
> So what is wrong with opening session in repository?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to