Pagination.EntityFrameworkCore.Extensions
Pagination.EntityFrameworkCore.Extensions copied to clipboard
This is a library for List Pagination on EntityFrameworkCore. Works well with Entity Framework Core as an extension.
Results
1
Pagination.EntityFrameworkCore.Extensions issues
Sort by
recently updated
recently updated
newest added
I instinctively thought `Pagination` as `IEnumerable` and try to foreach it only to realise it just a class holding actual `Results` in it, so why dont we directly implement `IEnumerable`...