DEV Community

Discussion on: Creating a C# Repository in .NET Core using RepoDb

Collapse
 
cyberprogs profile image
CyberProgs

Does this library support the unit of work?

Collapse
 
mikependon profile image
Mike Pendon (Zym)

Hi, yes! The implementation is a bit lower level when compared to EF and NH. You have a lot of control; you fell like coding with ADO.net via fluent operations.

Basically, all methods can be wrapped into a single unit of activity. It has built in repositories which you can as well leveraged.

We suggest to you to read this page.