A small set of extensions for EF Core to simplify and consolidate common EF tasks like sorting and paging.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.1.1 |
Author(s): | Will Shepler |
Last Update: | Tuesday, August 8, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NetCoreApiExtensions.EntityFramework |
Install
Install-Package NetCoreApiExtensions.EntityFramework
dotnet add package NetCoreApiExtensions.EntityFramework
paket add NetCoreApiExtensions.EntityFramework
NetCoreApiExtensions.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 5.0.2)
- NetCoreApiExtensions.Shared(>= 1.0.1.1)
Tags