By tag: UnitOfWork
0
kicks
Repository pattern with Entity Framework Code-First in Composable Serv
Implement Repository, UnitOfWork with Audit support in Composable Service End
0
kicks
Wither the Repository
Looking at the different Repository pattern implementations, one thing really surprised me – how far off these implementations are from the original Fowler definition of the Repository. Instead, we see a transformation to the examples in the Evans description of Repository...
0
kicks
Create an ASP.NET MVC site with UnitOfWork & NHibernate QueryGen
Part 4 of the RhinoCommons, NHibernate and ASP.NET MVC series. Here everything is tied together to create a simple MVC application.
0
kicks
Unit of Work for Webservices
Here is a simple implementation of the Unit of Work pattern for webservices..