Asp.Net Core Web API CRUD Operations with Angular 11
In this .Net 5 tutorial, we have implemented ASP.NET Core 5 Web API CRUD Operations with Angular 11.
The following points are discussed
- 0:00:00 - Introduction
- 0:03:03 - Why .Net 5 not .Net Core 4.0
- 0:05:26 - Create Asp.Net Core Web API
- 0:07:05- Define EF Model & DB Context Class
- 0:15:23 - DB Migration
- 0:18:04 - Create API Controller with CRUD Web Methods
- 0:19:43 - How Dependency Injection works in ASP.NET Core?
- 0:21:15 - Test CRUD Operations in ASP.NET Core
- 0:33:15 - Create Angular Project
- 0:37:41 - Structure of the App
- 0:47:35 - Form Design in Angular
- 1:04:06 - Form Validation
- 1:12:48 - Form Submit in Angular
- 1:17:43 - Enable CORS in ASP.NET Core Web API
- 1:19:52 - Form Reset Operation
- 1:21:11 - Show notification in Angular
- 1:26:53 - Retrieve & Display records from Web API with Angular
- 1:32:22 - Update Operation
- 1:39:21 - Delete Operation
#angular #aspdotnet #api #web-development