Implementing Server-Side Pagination, Sorting, and Filtering with Web APIIn the previous article, we explored how to create data tables with server-side pagination in Angular 19. If you missed that, you can click…Feb 17Feb 17
Using Stored Procedures with Entity Framework Core — Code First ApproachIn Code-First approach, the database is typically created and managed from the code, including tables, relationships, and initial data…Jan 261Jan 261
Angular DataTables with Angular 19An angular data table is a feature that allows you to display, manage and interact with tabular data in an Angular application. It provides…Dec 17, 20241Dec 17, 20241
Using Json-server with AngularIn angular instead of using a mock file to store data and work as a database, we can use ‘npm server’. This works as a backend. It is a…Jun 17, 2021Jun 17, 2021
Getting started with AngularTo work with Angular, first you need to install ‘node.js’ and ‘npm’. These 2 come together. Download node.js from www.nodejs.org and…Jun 10, 2021Jun 10, 2021