Skip to content

This is an implementation of the following patterns, unit of work and generic repository for .NET Core.

License

Notifications You must be signed in to change notification settings

Alelho/ef-core-unit-of-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ef-core-unit-of-work

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) --

Current version: Nuget


Give a star! ⭐

If you liked it or if this project helped you in any way, please give a star. Thanks!

About

This is an implementation of the following patterns, unit of work and generic repository for .NET Core.

Resources

License

Stars

Watchers

Forks

Packages

No packages published