Pagination in ASP.NET Web API Made Easy

preview_player
Показать описание
Implementing ASP.NET Web API pagination

This video demonstrates how to paginate data in ASP.NET WEB API.

The final code is here:

These are the tools I used:
- Visual Studio 2019
- Postman

TIMESTAMPS :
00:00 Introduction
01:25 Offset-Based Pagination
07:15 Cursor-Based Pagination
10:18 Outro

Where you can find me:

#aspnet #webapi
Рекомендации по теме
Комментарии
Автор

Dude, I needed this video. Thanks so much🔥🔥

tanakamawere
Автор

Thanks for tutorial. I have a question. You posted paginationmetadata to the header. Why u didnt return these datas like totalitemcount into the response? Is it for security or? May you explain a little bit please?

teknolojiuzmaniburada
Автор

This is great to implement, but how about if you need some search string parameter in the request? Also maybe additional sorting by one of the column.

alifrahmanputranda
Автор

Great .
How can I read data from X-Pagination (Response.Headers) ?
Thanks

cissemy
Автор

Why not use IQueryable.Take(Range range) method in db queries?

fumanchez
Автор

Please can you do a video on Background jobs, and Logging ? Also, do you have a course on udemy? I love your teaching techniques

davidemmanuel