CRUD Operation using Blazor ASP.NET Core & Entity Framework

preview_player
Показать описание
In this video tutorial, you will learn how to perform Blazor CRUD (Create, Read, Update, Delete) operation using ASP.NET Core and Entity Framework Core.

Add, Edit, Update, Delete your data from your CRUD Blazor App in the database using Entity Framework Core.

#BlazorCRUD
#CRUD
#EntityFrameworkCore

0:00 Introduction
0:13 Getting Started - Create a new Blazor App using ASP.NET CORE
0:59 Install Entity Framework Core
2:10 Create Models
3:20 ApplicationDbContext & App Settings (Connection String)
7:15 Add Migration, Update Database and Generate script
8:20 Create Controllers
11:02 Create Components
16:10 Create
19:02 Working with the interface
20:00 Test Blazor CRUD Application
20:51 Validation
23:40 Test Insertion
24:03 Delete
25:40 JS Confirmation Popup Alertbox
27:45 Test Validation & Deletion
28:40 Update
29:55 Create Car Form Reusable Component & Add Page Route
36:19 Run Blazor Application & Perform CRUD operation
Рекомендации по теме
Комментарии
Автор

Out all the videos I have seen, this is the first video that show how to insert update and delete from the razor. I have learned something new today..

simplesoul
Автор

Very clean video with simple instructions. Thank you for posting this!

GranticusWaticus
Автор

This is awesome. Really helpful sir. Thank you..

arunmandal
Автор

Really helpful tutorial. Good job! Thank you very much :)

NajlepszeKomentarze
Автор

can you provide the source code for this please

simujatt