filmov
tv
Read data using Entity Framework Core in Blazor

Показать описание
In this video, we'll learn how to read data from a database using Entity Framework Core in a Blazor web application in .NET 8. So we'll perform a "Read" operation in CRUD by reading data from a Books table in a book catalog database.
First, we'll add a method in the Application Layer project for performing the Read operation. Next, we'll implement that method in the Infrastructure project. Then we'll add a navigation link to a page where we will display a list of books. At this point, we'll also talk about an important feature of Blazor in .NET 8 called "Enhanced Navigation". Then, we'll implement the List page, and also style the page to make it look nice. After that, we'll refactor a portion of Razor markup into a new component. And finally, we end the video by talking about another feature of Blazor in .NET 8 called "Streaming Rendering".
Please note that this video is the third 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!
Source code for my course:
#efcore
#blazor
#dotnet
#codeganesh
First, we'll add a method in the Application Layer project for performing the Read operation. Next, we'll implement that method in the Infrastructure project. Then we'll add a navigation link to a page where we will display a list of books. At this point, we'll also talk about an important feature of Blazor in .NET 8 called "Enhanced Navigation". Then, we'll implement the List page, and also style the page to make it look nice. After that, we'll refactor a portion of Razor markup into a new component. And finally, we end the video by talking about another feature of Blazor in .NET 8 called "Streaming Rendering".
Please note that this video is the third 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!
Source code for my course:
#efcore
#blazor
#dotnet
#codeganesh
Комментарии