Tagged Questions
1
vote
1answer
781 views
Rhino UnitOfWorkApplication + Castle Automatic Transaction Management application does not flush automatically on request end
I'm building ASP.Net MVC aplication based on UnitOfWorkApplication and I'd like to use Castle ATM facility. At the moment I've problem with flushing the session on request end. My service class (which ...
0
votes
1answer
294 views
Rhino Commons UnitOfWork and ASP.NET MVC Controller seem to be caching parameters
I am using Rhino Commons UnitOfWork in my controller methods. The first request retrieves the data and displays it correctly. My problem is when I change the parameters in the URL they are not ...
0
votes
2answers
515 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 ...