Skip to content

Commit

Permalink
Add Pagination.EntityFrameworkCore.Extensions (#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
SitholeWB authored Oct 20, 2021
1 parent ef24c90 commit bea1c20
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bea1c20

Please sign in to comment.