Quantcast
Channel: URF - Unit of Work & (extensible/generic) Repositories Framework
Viewing all articles
Browse latest Browse all 1539

Updated Wiki: Home

$
0
0
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 a reusable and extensible Unit of Work and Repository pattern. This framework was deliberately designed to be lightweight, small in footprint size, and non-intimidating to extend 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.

Live Demo: longle.azurewebsites.net

Sample Application Technology Stack:

Visual Studio 2013 with Update 1, Entity Framework 6.1, Sql Server 2014 / Sql Azure, Azure WebSite, ASP.NET MVC 5.1, AngularJS, Kendo UI, Angular Kendo, Web Api 2.1, OData, Entlib Unity 3

Subscribe to updates: @LeLong37



Viewing all articles
Browse latest Browse all 1539

Trending Articles