I'm playing around with RhinoCommons and NHibernate and I had a question about the UnitOfWork pattern.

Sorry if this is a n00b question.

Should the UnitOfWork be started at the very highest level (ie the controller)? Or say in the service module that the controller is calling down into?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Use UnitOfWorkApplication. Here's how.

link|improve this answer
feedback

I think the UnitOfWork must be a service facility and not part of the Controller responsabilities.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.