Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Blazor WebAssembly & Web API on .NET 6 – Full Course (C#)
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create the Database using EF Core Code First Database Migrations
- 3 Retrieve Product Data from Database (Web API component)
- 4 Create Classes for Data Transfer Objects (DTOs)
- 5 Create ProductRepository Class (Repository Design Pattern)
- 6 Create ProductController Class
- 7 Create DtoConversion Class (DTO Conversion Extension methods)
- 8 Display Product Data to User (Blazor WebAssembly Component)
- 9 Display Data for Specific Product to User (Web API and Blazor)
- 10 Add Product to Shopping Cart (Web API and Blazor)
- 11 Remove Product from Shopping Cart (Web API and Blazor)
- 12 Update the Quantity of Products in the Shopping Cart (Web API, Blazor, Blazor JavaScript Interoperability)
- 13 Update the Header Menu in Response to a Change to the State of the Shopping Cart (Creating Custom Events in Blazor)
- 14 Integration of PayPal Payment Gateway into Blazor Component
- 15 Dynamically Populate the Side-Bar Menu (Web API and Blazor)
- 16 Optimise Code for Performance (Web API and Blazor)
- 17 Use Include Extension Method in LINQ Query (Web API)
- 18 User Local Storage Functionality (Blazor)
- 19 Outro