An open API service indexing awesome lists of open source software.

https://github.com/candoumbe/dataaccess

Generic Repository and Unit Of Work implementation on top of DbContext from EF Core
https://github.com/candoumbe/dataaccess

ef-core generic-repository repository-pattern unit-of-work-pattern

Last synced: 5 months ago
JSON representation

Generic Repository and Unit Of Work implementation on top of DbContext from EF Core

Awesome Lists containing this project

README

          

# Generic repository

[![GitHub Workflow Status (develop)](https://github.com/candoumbe/dataaccess/actions/workflows/integration.yml/badge.svg?branch=develop)](https://github.com/candoumbe/dataccess/actions/workflows/integration.yml)
[![codecov](https://codecov.io/gh/candoumbe/DataAccess/branch/develop/graph/badge.svg?token=Vb0Y6qkjcx)](https://codecov.io/gh/candoumbe/DataAccess)
[![GitHub raw issues](https://img.shields.io/github/issues-raw/candoumbe/dataaccess)](https://github.com/candoumbe/dataccess/issues)
[![Nuget](https://img.shields.io/nuget/vpre/candoumbe.dataaccess?label=DataAccess)](https://nuget.org/packages/candoumbe.dataccess)
[![Nuget](https://img.shields.io/nuget/vpre/candoumbe.dataaccess.efstore?label=Candoumbe.EntityFrameworkStore)](https://nuget.org/packages/candoumbe.dataaccess.efstore)
[![Nuget](https://img.shields.io/nuget/vpre/candoumbe.dataaccess.ravendb?label=Candoumbe.RavenDb)](https://nuget.org/packages/candoumbe.dataaccess.ravendb)

A generic repository and unit of work implementation.