Generic Unit of Work and Repositories (lightweight fluent) Framework with Sample Northwind ASP.NET MVC 5 Application
This framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement areusable and extensible Unit of Work and Repository pattern. This framework was deliberately designed to belightweight, small in footprint size, and non-intimidating toextend and maintain. For example, if you want the repositories to return IQueryable vs. IEnumerable, update the signatures for IRepository.cs and Repository.cs, it's three methods, change, compile, be done with it.
For questions and support please contact Le via Twitter @LeLong37.
Live Demo: longle.azurewebsites.net
Sample Application Technology Stack:
Visual Studio 2013, Entity Framework 6, Entity Framework for Sql Server 2012, ASP.NET MVC 5, Kendo UI Web, OData, Entlib Unity 3, RequireJS