8
shouts

Implementing UnitOfWork Pattern In Linq To SQL Application - Kazi Manzur Rashid's Blog

published 347 days, 17 hours, 59 minutes ago posted by iftekharahmedamitiftekharahmedamit 348 days, 20 hours, 42 minutes ago
Friday, February 27, 2009 1:22:24 PM GMT Thursday, February 26, 2009 10:38:59 AM GMT

In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use my ongoing UnityCommonServiceLocatorMVC project. Lets assume that in your ASP.NET MVC application y...

category: Architecture | clicked: 35 | | source: weblogs.asp.net | show counter code
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Common Service Locator, DDD, IoC/DI, Linq To SQL, Mock, NQ to SQL, TDD, Unit Test, Unity