Sorting and Paging in Blazor using EF Core
In my last post (CRUD using Blazor and Entity Framework Core), we discussed implementing CRUD using Entity Framework Core. We also talked about Templated Components, Communication between components, etc. In this post, we will see about implementing Sorting and Paging in Blazor using EF Core and Web API. You will be familiar with the following topics after this post. Call Web API from Blazor Implement Sorting and Paging using EF CoreChild componentsCommunication through EventCallback I will…