Building a Data-driven ASP.NET Core Application with EF Core
This course will teach you how to build a full data-driven web application using ASP.NET Core and Entity Framework Core.
What you'll learn
Most web applications need to work with up-to-date data. In this course, Building a Data-driven ASP.NET Core Application with EF Core, you’ll learn to create a real-world administration site. First, you’ll explore how to set up an ASP.NET Core web application with Entity Framework Core. Next, you’ll create several pages to view, add, edit, and delete data. Finally, you’ll extend the site with features such as caching and bulk edit. When you’re finished with this course, you’ll have the skills and knowledge to build data-driven applications using ASP.NET Core and Entity Framework Core.
Table of contents
- Module Introduction 3m
- Understanding the Requirements 3m
- Demo: Exploring the Finished Application 3m
- Demo: Looking at the Starter Solution 3m
- Understanding the Concepts of EF Core 8m
- Demo: Creating the Model 4m
- More Concepts in EF Core 8m
- Adding and Configuring EF Core in the Application 1m
- Demo: Adding and Configuring EF Core 8m
- Working with Migrations 4m
- Demo: Creating Migrations 3m
- Demo: Seeding the Database 3m
- Module Summary 1m
- Module Introduction 1m
- Creating a First Repository 7m
- Demo: Creating the Repository 4m
- Demo: Adding the Category Overview 4m
- Creating the Category Detail Page 4m
- Demo: Adding the Category Detail Page 5m
- Demo: Exploring the Pie Overview and Pie Detail Page 3m
- Working with a More Complex Model 0m
- Demo: Creating the Order Pages 5m
- Module Summary 1m
- Module Introduction 1m
- ASP.NET Core Features for Forms 10m
- Adding the Create Page 6m
- Demo: Creating the Add Pie Page 7m
- Demo: Looking at the Add Category Page 2m
- Adding Validation and ModelState 4m
- Demo: Adding Validation with ModelState 5m
- Demo: Adding Client-side Validation 2m
- Demo: Handling Errors 2m
- Module Summary 0m