
Learn to implement CRUD operations with Entity Framework Core in a Blazor web app using dotnet eight, building a book catalog with create, list, edit, and delete features.
Install dotnet 8.0 and Visual Studio 2022, enable the ASP.NET and web development workload and SQL Server Express LocalDB, and prepare your Blazor project environment.
Learn to create a database for a blazor app with entity framework core. Define the domain and application layers, configure sql server express localdb, and migrate.
Learn how to save data with Entity Framework Core in a Blazor dotnet eight app using an edit form to add a book via a repository.
Read data from a database using entity framework core in a blazor web app on dotnet eight and display the book list with a get all async repository method.
Learn to update data in a dotnet eight Blazor app using Entity Framework Core, via an edit form, get by id, and update repository methods.
Create a reusable form component for adding and updating books in a Blazor .NET 8 app, encapsulating edit logic and shared form markup for add and edit pages.
Learn to delete data via Entity Framework Core in a Blazor app, implementing delete by id, confirming with a reusable delete confirmation dialog, and enabling interactive server rendering.
Master CRUD operations in a Blazor web app using Entity Framework Core in dotnet eight. Explore enhanced navigation, form handling, and streaming rendering as features covered.
Are you a beginner developer with some Blazor and Entity Framework Core under your belt? Learn how to perform CRUD operations in .NET 8 with my course Blazor CRUD Jumpstart with Entity Framework Core in .NET 8!
In this course, we will be building a simple book catalog app, that lets a user add a new book, list all books, update an existing book and delete a book.
Who Should Take This Course?
This course is ideal for beginner developers who have some basic knowledge of Blazor and Entity Framework Core, and want to know how to perform CRUD operations using the two frameworks in .NET 8.
Software Required
To take this course, you should have .NET 8 and Visual Studio 2022 Community Edition installed on your machine.
Course Format
This course is a mini course, which means that it is shorter than a typical Udemy course. However, the content is condensed to fit in an hour or so.
What You Will Learn
By the end of this course, you will have gained an understanding of the following topics:
How to perform CRUD operations using Entity Framework Core in a Blazor web app in .NET 8.
Enhanced Navigation and Form Handling
Streaming Rendering
Additionally, you will know how to:
Create a reusable form component for performing add and update operations.
Apply Interactive Server-Side Rendering (interactive SSR) to a component.