-
Course
- Core Tech
Building a Data-driven ASP.NET Core 6 Blazor Server Application with EF Core
This course will teach you how to use Blazor Server and Entity Framework Core to build a data-driven web application with .NET and C#.
What you'll learn
Blazor Server and Entity Framework Core are a popular combination to build data-driven web applications, because there's no need to implement a web API. Instead, you can access the database directly from your Blazor Server application by using EF Core. In this course, Building a Data-driven ASP.NET Core 6 Blazor Server Application with EF Core, you’ll learn how to build a data-driven web application from start to finish. First, you'll create the initial Blazor Server project and you'll set up Entity Framework Core. Next, you'll learn how to read and show employees in a paginated table and you will learn how to implement the components to add, edit, and delete an employee. Finally, you’ll learn how to handle concurrency conflicts in your Blazor Server application. These conflicts can happen when multiple users are working with your application. When you’re finished with this course, you’ll have the skills and knowledge of Blazor Server and Entity Framework Core needed to build data-driven web applications with .NET and C#.
Table of contents
- Introduction | 1m 49s
- What to Expect from This Course | 4m 5s
- Why Blazor Server and Entity Framework Core? | 6m 32s
- Set up Your Environment | 1m 59s
- Create the Initial Blazor Server Project | 5m 17s
- Adjust the Look of the Blazor App | 5m 25s
- Create an EmployeeOverview Component | 2m 32s
- Summary | 59s
About the author
Thomas is a well-known author, software developer, and speaker from Germany. He specializes in .NET, C#, TypeScript, XAML, and Azure.
More Courses by Thomas