It is simple and easy to use library, using this along with Entity Framework you would be able to perform CRUD (Create, Read, Update & Delete) operations without writing much code.
Extends Entity Framework and helps implementation of repository for domain models.
It targets to help implementing a single repository for all domain models which handles add or update with object graph.
This library is an almost perfect Generic Repository implementation for EF Core ORM which will remove developers' pain to write repository layer for each .NET Core and .NET project.
This library includes the following notable features:
1. This library can be run on any .NET Core or...
More information
Extends Entity Framework and eases implementation of repository for domain models.
It targets to help implementing a single repository for all domain models which handles add or update with object graph.
The "PureDataAccessor" is a data accesing library which only needs a connection and entity modelling structure for all CRUD operation supports on EF and NHibernate. PDA has UOW and Generic Repository patterns. You can manage your data access only with it.