Save data using Entity Framework Core in Blazor

preview_player
Показать описание
In this video, we'll learn how to save data using Entity Framework Core in a Blazor web application in .NET 8. So we'll perform a "Create" operation in CRUD by adding some data to a Books table in a book catalog database.

First, we'll add a method in the Application Layer project for performing the Create operation. Next, we'll implement that method in the Infrastructure project. Finally, we'll use the EditForm component in Blazor in the Presentation Layer project and handle form submission. We will also talk about Static Server Rendering and Enhanced Form Handling features of Blazor in .NET 8.

Please note that this video is the second video in a series, where we will be exploring how to perform CRUD operations in Blazor in .NET 8.

Video #1

Video #2

Video #3

Video #4

Video #5

Video #6

Hope you find the video useful. Consider subscribing for more content. Thanks for watching!

#efcore
#blazor
#dotnet
#codeganesh
Рекомендации по теме
Комментарии
Автор

This series is extremely well done.
It is a pity more posters are not like yourself.
Your series has helped me learn Blazor more than all the other posters put together.
Many thanks!

RouteDeTours
Автор

Thanks for great tutorial and how can we get the source code ?

kd_alanazi