This library is a 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 .NET application which...
More information
This library is a Generic Query Repository implementation for EF Core ORM which will remove developers' pain to write query 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 .NET...
More information
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.
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.
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.