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.
- Host: GitHub
- URL: https://github.com/ffernandolima/ef-core-data-access
- Owner: ffernandolima
- License: mit
- Created: 2020-06-16T23:01:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T12:09:18.000Z (over 1 year ago)
- Last Synced: 2025-06-24T03:37:54.533Z (12 months ago)
- Homepage:
- Size: 2.16 MB
- Stars: 183
- Watchers: 6
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!