REST API - Use EF Core to create a paged endpoint quickly
There is often the question from my colleagues about how to do a quick paged requests on records without typing a lot of SQL code in stored procedure or in code by filtering a collection of records. The answer for this question comes with EF Core but...
Feb 19, 20243 min read198


