An open API service indexing awesome lists of open source software.

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

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