Nh.Burrow with WCF

Posted by Jochen on Stack Overflow See other posts from Stack Overflow or by Jochen
Published on 2009-02-17T08:32:20Z Indexed on 2010/03/26 3:03 UTC
Read the original article Hit count: 478

Filed under:
|
|

Hello,

After implementing Nh.Burrow in an asp.net application, I was wondering how to do it for a WCF-service.

My first idea was to put a the BurrowFramework().InitWorkSpace(); in each method and set the InstanceContextMode to per Call on these methods. Now I have two questions:

  1. Are there better methods to combine Nh.Burrow with WCF?
  2. Is there a way to create and use a Long Burrow Conversation with WCF?

Regards,

Jochen

© Stack Overflow or respective owner

Related posts about wcf

Related posts about nhibernate