Video thumbnail for Read data using Entity Framework Core in Blazor

Read data using Entity Framework Core in Blazor

Jan 7, 2024

codeganesh.com

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 https://www.youtube.com/watch?v=LGjDjz0qUEI Video #2 https://www.youtube.com/watch?v=b00KRPwCtGQ Video #3 https://www.youtube.com/watch?v=oGxBa3yI3Hk Video #4 https://www.youtube.com/watch?v=q7PzjmJuwd8 Video #5 https://www.youtube.com/watch?v=710IJj1NTJo
#Books & Literature