Why do we default to offset pagination on EF Core?
Pagination is one of the most important things that you’re API should have. It is crucial for performance. I think for every .NET projects this is present, so having a good understanding on how to create a good pagination is a must.
Offset pagination...
the-dev-cureef-core-and-sql.hashnode.dev4 min read