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

https://github.com/ffernandolima/ef-core-data-access

It's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.
https://github.com/ffernandolima/ef-core-data-access

Last synced: 12 months ago
JSON representation

It's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.

Awesome Lists containing this project

README

          

# EntityFrameworkCore.DataAccess

It's a modern and generic data access structure for .NET and Microsoft.EntityFrameworkCore. It supports UnitOfWork, Repository and QueryBuilder patterns. It also includes auto history utilities, multiple databases support with distributed transactions and databases/tables sharding for some database providers.

- [Implementation for EntityFrameworkCore 2.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-2)
- [Implementation for EntityFrameworkCore 3.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-3)
- [Implementation for EntityFrameworkCore 5.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-5)
- [Implementation for EntityFrameworkCore 6.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-6)
- [Implementation for EntityFrameworkCore 7.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-7)
- [Implementation for EntityFrameworkCore 8.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-8)
- [Implementation for EntityFrameworkCore 9.x](https://github.com/ffernandolima/ef-core-data-access/tree/ef-core-9)

## Give a Star! :star:

If you like or are using this project to learn or start your solution, please give it a star. Thanks!