Hi, In this tutorial, we will learn how to add sorting, searching and pagination in an Angular 6 Application using web API in ASP.NET Core. These are the very important concepts in every application. There are lots of ways to add sorting, searching and pagination in Angular 6 application using web API in ASP.NET Core. But in this tutorial, we will use “Angular Datatable” to implement sorting and pagination in Angular 6 application using ASP.NET Core web API.
How to implement Server-Side filtration in Angular & ASP.NET Core App
In this tutorial, we are going to learn how to implement server-side filtration in Angular 6 and ASP.NET Core 2.0 application. As you know there are two types of filtration such as Client-Side Filtration and Server-Side Filtration. As you we have discussed the client-side filtration in the previous tutorial. If you don’t know then just click here. [Read more…]
How to implement Search Functionality in Angular 6 & ASP.NET Core Application
In this tutorial, we will see how to implement the search functionality using Angular 6 and ASP.NET Core 2.0 Application. This is very important concept because almost every application needs search functionality where a user can simply get a specific record. So, in this tutorial, we will learn it and will see how easy to implement in Angular 6 and ASP.NET Core application. [Read more…]