Tagged Questions
0
votes
1answer
794 views
Nesting transaction scopes for integration tests using Rhino Commons UnitOfWork
I'm trying to set up a integration test class that wraps each test in a transaction. This way I can rollback the transaction after each test instead of resetting the DB before each test.
I also want ...
0
votes
2answers
512 views
RhinoCommons UnitOfWork Question with ASP.Net MVC
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 ...