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
- Host: GitHub
- URL: https://github.com/candoumbe/dataaccess
- Owner: candoumbe
- Created: 2022-11-27T19:19:47.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-09T19:39:29.000Z (8 months ago)
- Last Synced: 2025-04-09T20:36:02.120Z (8 months ago)
- Topics: ef-core, generic-repository, repository-pattern, unit-of-work-pattern
- Language: C#
- Homepage:
- Size: 367 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Generic repository
[](https://github.com/candoumbe/dataccess/actions/workflows/integration.yml)
[](https://codecov.io/gh/candoumbe/DataAccess)
[](https://github.com/candoumbe/dataccess/issues)
[](https://nuget.org/packages/candoumbe.dataccess)
[](https://nuget.org/packages/candoumbe.dataaccess.efstore)
[](https://nuget.org/packages/candoumbe.dataaccess.ravendb)
A generic repository and unit of work implementation.