riteshrao / ncommon

A framework for implementing commonly used design patterns when using Domain Driven Design
www.codeinsanity.com
218 stars 61 forks source link

Composite unit of work? #21

Closed dplaskon closed 13 years ago

dplaskon commented 13 years ago

I'm currently using Raven side-by-side with Nhibernate in a project. I'd ideally like to create a unit of work implementation for Raven itself (a trivial task). However, I'd love to have these two units of work use the same transaction, etc....have you considered some sort of composite unit of work implementation that would allow for several units of work to be used in conjunction?

riteshrao commented 13 years ago

Its something I'm definitely considering, and will be on the road map in one form or another for 2.0.

dplaskon commented 13 years ago

Great - thanks for the response!