/demo-offset-vs-cursor-pagination

Demo with Cursor Based Pagination and Offset Based Pagination examples

Primary LanguageC#

Cursor Pagination x Offset Pagination

This repo shows examples of cursor-based pagination and offset-based pagination.

This repo is the auxiliary material of the YouTube video below:

Link do vídeo: Paginação Eficiente: Offset vs Cursor pagination)

Also, this repo has:

  • Seeder project for seeding the database with millions of records
  • The Data project with the EF DB context and the record model
  • API with examples of cursor based pagination and offset-based pagination

This demo uses:

  • .Net 8

Wilson Neto