Top 20 NuGet crud Packages

Package Description
Provides Generic Web Api Controllers to perform CRUD operations against a Sql Server, including Temporal Tables, with DTO support
Provides a simple CRUD functionality to your entity models. Example: var childUsers = new Users().SelectWhereOrderBy("Age <= 17"); How to implement: - Add EZCRUD reference to your model library. - Inherit Model_RecordBase for each model. - Set EZCRUD's connection string ("DBAccess.DBSettings.Conne...
A data access implementation to make easy CRUD, find and pagination data, applying repository pattern using Entity Framework.
An abstraction for data access to make easy CRUD operations, find and pagination data, apply and use repository pattern.
Library with CRUD operations