Implementing the Unit of Work pattern in ASP.NET MVC applications
Posted: (EET/GMT+2)
During C# and ASP.NET web development training today, one attendee asked about implementing the Unit of Work (UoW) pattern using C# and the ASP.NET framework. The pattern itself is not overly difficult to implement, but I was happy to learn that there's already a nice tutorial from Microsoft on how to implement this pattern properly using ASP.NET.
Recommended reading!