This library provides a set of tools to enable CRUD rapidly on any aspnetcore Web APIs.
Info
Version: | 5.1.0 |
Author(s): | lonesomegeek |
Last Update: | Saturday, May 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LSG.GenericCrud |
Install
Install-Package LSG.GenericCrud
dotnet add package LSG.GenericCrud
paket add LSG.GenericCrud
LSG.GenericCrud Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 3.1.1)
- System.Text.Json(>= 4.7.0)
Tags