Skip to content

Reusable Design Patterns library for Entity Framework. Provides reusable interfaces and generic implementations of UnitOfWork, Repository, SessionStorage, MVC's Transaction Attribute for Actions and more...

Notifications You must be signed in to change notification settings

ivanmonteiro/EFManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFManagement

Author: Ivan Monteiro Cantalice

Context Management for Entity Framework provides reusable UnitOfWork, Repository, SessionStorage, MVC Transaction Attribute for individual controller's actions.

Motivation

Building apps with Entity Framework I needed code reusability among projects for common design patterns like Repository and UnitOfWork.

For ASP.NET MVC I needed a way to manage contexts among repositories and control over transactions using Transaction attribute for actions.

Prerequisites

.Net Framework 4.0 (https://www.microsoft.com/pt-br/download/details.aspx?id=17851)

About

Reusable Design Patterns library for Entity Framework. Provides reusable interfaces and generic implementations of UnitOfWork, Repository, SessionStorage, MVC's Transaction Attribute for Actions and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages