From bea1c2011165590e7d0b067d011e9c63059380b0 Mon Sep 17 00:00:00 2001 From: Welcome Bonginhlahla Sithole Date: Wed, 20 Oct 2021 09:32:06 +0200 Subject: [PATCH] Add Pagination.EntityFrameworkCore.Extensions (#3482) --- entity-framework/core/extensions/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/entity-framework/core/extensions/index.md b/entity-framework/core/extensions/index.md index c4609aea8c..b547dd567a 100644 --- a/entity-framework/core/extensions/index.md +++ b/entity-framework/core/extensions/index.md @@ -60,6 +60,14 @@ Entity Framework Core Generator (efg) is a .NET Core CLI tool that can generate ## Extensions +### Pagination.EntityFrameworkCore.Extensions + +This is a library for Pagination on EntityFrameworkCore. Works well with Entity Framework Core as an extension, support both asynchronous and synchronous. +It also has many useful features commonly used especially on web development, [examples and documentation here](https://github.com/SitholeWB/Pagination.EntityFrameworkCore.Extensions) +`Microsoft.EntityFrameworkCore (>= 2.1.1)` `.NETStandard 2.1` + +[GitHub repository](https://github.com/SitholeWB/Pagination.EntityFrameworkCore.Extensions) or [NuGet](https://www.nuget.org/packages/Pagination.EntityFrameworkCore.Extensions) + ### Microsoft.EntityFrameworkCore.AutoHistory A plugin library that enables automatically recording the data changes performed by EF Core into a history table. For EF Core: 2, 3, 5.