https://github.com/marcominerva/sortingpagination
A sample that shows how to efficiently handle dynamic sorting and pagination of data that come from a database, using Entity Framework Core or Dapper
https://github.com/marcominerva/sortingpagination
dapper entityframeworkcore pagination sorting webapi
Last synced: 26 days ago
JSON representation
A sample that shows how to efficiently handle dynamic sorting and pagination of data that come from a database, using Entity Framework Core or Dapper
- Host: GitHub
- URL: https://github.com/marcominerva/sortingpagination
- Owner: marcominerva
- License: mit
- Created: 2020-11-07T09:59:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T17:20:41.000Z (about 5 years ago)
- Last Synced: 2025-01-20T08:26:11.529Z (about 1 year ago)
- Topics: dapper, entityframeworkcore, pagination, sorting, webapi
- Language: C#
- Homepage:
- Size: 267 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting and Pagination sample
A sample that shows how to efficiently handle dynamic sorting and pagination of data that come from a database, using Entity Framework Core or Dapper