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: 4 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 (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-03-04T16:44:50.000Z (4 months ago)
- Last Synced: 2026-03-04T23:37:51.807Z (4 months ago)
- Topics: ef-core, generic-repository, repository-pattern, unit-of-work-pattern
- Language: C#
- Homepage:
- Size: 531 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
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.