Overview
Syllabus
Introduction.
Create the Database using EF Core Code First Database Migrations.
Retrieve Product Data from Database (Web API component).
Create Classes for Data Transfer Objects (DTOs).
Create ProductRepository Class (Repository Design Pattern).
Create ProductController Class.
Create DtoConversion Class (DTO Conversion Extension methods).
Display Product Data to User (Blazor WebAssembly Component).
Display Data for Specific Product to User (Web API and Blazor).
Add Product to Shopping Cart (Web API and Blazor).
Remove Product from Shopping Cart (Web API and Blazor).
Update the Quantity of Products in the Shopping Cart (Web API, Blazor, Blazor JavaScript Interoperability).
Update the Header Menu in Response to a Change to the State of the Shopping Cart (Creating Custom Events in Blazor).
Integration of PayPal Payment Gateway into Blazor Component.
Dynamically Populate the Side-Bar Menu (Web API and Blazor).
Optimise Code for Performance (Web API and Blazor).
Use Include Extension Method in LINQ Query (Web API).
User Local Storage Functionality (Blazor).
Outro.
Taught by
freeCodeCamp.org
Reviews
5.0 rating, based on 2 Class Central reviews
-
The best of Blazor WebAssembly & Web API on .NET 6 – Full Course,
It's very simple to learning by self.
Thank you. -
from this course I learn basic to advanced concept of blazor and also create small project with help of this course.