关于[Sorting in Blazor WebAssembly and ASP.NET Core Web API]的摘要:
Sorting in Blazor WebAssembly, as in any other type of application, is a common functionality when we show the data fetched from the server-side application. Of course, it is not enough to implement only the client-side (Blazor WebAssembly side) sorting functionality, we have to do the same for the Web API part. And that’s exactly what we are going to do in this article.