Top 20 NuGet unitofwork Packages

Domain Implement for linqtosql
Implementation Unit Of Work pattern for ASP.NET MVC. Some helpful classes for implementation Unit Of Work pattern for ASP.NET MVC
Contiene clases que determinan la implementación de los componentes de la capa de infraestructura bajo una arquitectura domain driven design. Unit of Work, Repositoy, Context, Entity Framework
A light-weight implementation of UnitOfWork pattern for SqlAzure based on EF6 to benefit from SqlAzureExecutionStrategy. This implementation provide a way to share a UnitOfWork, and hence DbContext, between different parts of the application, not only repositories.
Provides a DataAccess abstraction over a relational DB. The implementation is done with EF, which is well hiden from the clients
A library that implements an EntityFramework Code first repository and unit of work
TrackerDog turns any .NET object or full object graph into a change-trackable object
Provide the core repository template for woking with UnitOfWork.
A library that implements an Azure DocumentDb repository and unit of work
Implementing the Repository pattern for use MongoDb
A simple C# implementation of the Unit of Work pattern for use with IDbConnection, as well a Saga implementation for orchestrating transactions across domains.
ScopedUnitOfWork is a lightweight .NET Standard implementation of Unit of Work and Repository patterns, extended with scoped functionality to improve read performance and in-built with transactions management; in respect to underlying Entity Framework Core ORM.
The scoping event broker adds a notion of an unit of work to your event broker usage which allows to cancel asynchronous events.
Repository Generator will generate an entire repository structure for you. All you need to supply a namespace which contains all your Entity Framework models and the RepositoryGenerator.tt will generate repositories for all your models, it will generate a generic repository providing you with basic ...
Unit of work and repository patternsfunctionality for Susanoo
This is a configuration package that links the DataAccess with AppBoot. The DataAccess provides an abstraction over a relational DB. The implementation is done with EF, which is well hiden from the clients.