Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using Entity Framework
Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using Entity Framework

Repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an MVC application