This is an implementation of the following patterns, unit of work and generic repository for .NET Core. Unit of work provides a way to execute a bunch of operations (insert, update, delete and so on kinds) in a single transaction. The generic repository provides a set of basic operations like insert, find, update, etc for each database entity.
Package | .NET Core | Branch | NuGet |
---|---|---|---|
EfCoreUnitOfWork | 6.x.x | Code | v6.0.0 |
EfCoreUnitOfWork | 7.x.x | Code | v7.0.0 |
EfCoreUnitOfWork | 8.x.x | (coming soon) | -- |
If you liked it or if this project helped you in any way, please give a star. Thanks!