We are taking a project with Client-Side Pagination, Sorting and Filtering and converting it to Server-Side Pagination, Sorting and Filtering. We have to make changes in both Angular and .NET Web API projects to make it work. We also talk and configure debouncing to make calls to the backend more efficient.
Starting point:
Angular project GitHub repository:
https://github.com/katkovd73/Address-...
.NET Web API project GitHub repository:
https://github.com/katkovd73/AddressB...
Finished project:
Angular project GitHub repository:
https://github.com/katkovd73/Address-...
.NET Web API project GitHub repository:
https://github.com/katkovd73/Address-...