🍒 Related Videos
Login, User Registration, Authorization, etc (Angular & .Net Core API): • Angular & .Net Core API: User Registr...
Restaurant App, Master Detail CRUD (Angular & .Net Core API): • Complete Angular 7 Master Detail CRUD...
Inline Table CRUD (Angular & .Net Core API): • Angular 8 Inline Table Editing with A...
(Angular & .Net Core API) More Videos: • Angular & Asp.Net Core API Tutorials
React & .Net Core API Videos: • React & Asp.Net Core API
References mentioned in this video
http://bit.ly/3i1cCc2 : Bug fix "error while creating the controller"
https://bit.ly/3Oxa7f4 : Nullable reference type
https://bit.ly/3Ou5NgJ : Concurrency exception
https://bit.ly/47bR9lQ : VS Code Shortcuts
🎉 Recommended Courses
➤ Angular & .NET Core API: https://bit.ly/34q7jtr
➤ Angular: https://bit.ly/35oTA5e
➤ EF Core: https://bit.ly/3cGJUud
➤ C#: https://bit.ly/4gc1nWv
📂 GitHub Repo
➤ https://bit.ly/3YddqeD
💌 For Business Inquiries
➤ [email protected]
🚶♂️ Follow us
Facebook: / codaffection
Discord: / discord
Twitter: / codaffection
Asp.Net Core Web API CRUD with Angular 16
In this .Net 7 tutorial, we have implemented CRUD operations in asp.net core web api with Angular 16 using entity framework core and SQL server.
The following points are discussed in
0:00:00 - Quick Demo
0:01:06 - Create Asp.Net Core API
0:02:28 - DEFINE EF Model & DB Context Class
0:11:56 - DB Migration
0:15:06 - Create Controller
0:16:06 - HOW DI Works in ASP.NET Core
0:18:09 - Things You Should Before Moving to Angular App
0:24:16 - Case Conversion
0:29:20 - Create Angular App
0:34:43 - APP Structure
0:42:09 - Let's start designing the App
0:45:04 - Retrive Existing List of Records.
0:46:00 - Retrieve and Display Existing Records in Angular App.
0:51:45 - Configure/Enable CORS Policy
0:58:51 - Render an Array of Objects in Angular
1:03:01 - Design an Angular Form
1:10:26 - Submit the Form
1:16:57 - Reset Form
1:17:50 - Toast Notification
1:21:44 - Angular Form Validation
1:26:58 - Update & Delete Operation
#Angular #AspNetCore #CodAffection