Top "Unit-of-work" questions

One of the common design patterns in enterprise software development which allows one to maintain a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.

Need a simple example of using nhibernate + unit of work + repository pattern + service layer + ninject

I am using nhibernate + fluent nhibernate asp.net mvc 3 ninject Currently I am using nhibernate, ninject with the repository pattern …

.net nhibernate repository-pattern unit-of-work ninject-2