Pagination in ASP.NET Core With EF Core: When Skip and Take Stop Scaling
Pagination is easy to add when an application has a small amount of data. Returning every record from an API may even work during early development. As the dataset grows, though, the database has more
qodors.hashnode.dev7 min read