Complete Blazor Course - e-Commerce App & Clean Architecture
- Description
- Curriculum
- FAQ
- Reviews
ASP.NET Core Blazor is Microsoft latest SPA application framework. With Blazor you can build reactive full stack single page web applications with C# without much help from JavaScript. Blazor relies on existing mature technologies like SingalR, WebAssembly and ASP.NET Core. It is being adopted or has already been adopted by most companies that utilizes Microsoft technologies. If you want to get employed in these companies, knowing how to build applications with Blazor is required or will be required very soon along with Razor pages, MVC and Web API.
In this course with 9 sections, more than 70 lectures and about 8 hours of content, you will not only follow me step by step and master Blazor, but you will also work with me implementing a good sized e-Commerce web application following Clean Architecture, starting from requirements analysis, software design, all the way to the final implementation.
The course covers the following technical topics:
-
ASP.NET Core Platform
-
Every aspect of Blazor
-
Components State Management
-
Dependency Injection
-
Authentication and Authorization with ASP.NET Core Identity
-
Custom Cookie Authentication
-
AutoMapper
-
Dapper
-
SQL Statements
-
HTML
-
Bootstrap
-
Requirements Analysis and Software Design
-
Clean Architecture
-
Repository for encapsulating data accessing details
By the end of the course, you will:
-
Know every aspect of Blazor in depth.
-
Be able to independently build web applications with Blazor.
-
Be able to analyze requirements and design software.
-
Understand and be able to Implement Clean Architecture.
-
And much more…
You will be building a good sized real world secured e-Commerce application with me. Together, we will build both the customer portal that allows customers to browse products catalog, add products to shopping cart, place orders and admin portals that allows store owners to login and manage the orders.
After following the lessons and exercises in this course, you will have a good understanding of ASP.NET Core platform and you will be able to create single page web applications with Blazor Server. You will also have a good understanding of Clean Architecture and be able to use what you have learned about architecture in your own project. At the end of the course, you will become a full stack web developer knowing how to create web applications with Microsoft’s latest application framework: Blazor.
Whether you’re new to ASP.NET Core Blazor or have worked with it for a bit, but are looking for a course to fill in the gaps, you will enjoy this course. Since this course not only cover the basics, but goes into each topic in depth.
PREREQUISITES
Intermediate C# (you should have at least 3 – 6 months experience programming in C#)
Basic HTML
Previous knowledge of ASP.NET Core is nice to have, but it is not required since I will cover it in the course.
The Course Structure and Details
In the first two sections, we will learn about Blazor by creating part of the e-Commerce web application without hearing me talking too much about each topic of Blazor. The purpose of this is to fast track your learning experience and provide you with a solid foundation of coding web applications with Blazor.
In the third section, I will go through all the topics about Blazor one by one in depth.
Starting from the fifth section, we will together implement both the customer portal and the admin portal of our e-Commerce with authentication and authorization.
When implementing the solution, you will hear me cover Clean Architecture and you will see how I implement a Use Case Driven and Plugin Based clean architecture that is highly testable and extremely flexible for future extensions. I will show you how I do it and explain why I do it in certain ways. If you really follow these hands-on sections and implement the project with me, you will definitely learn a lot from the process of building this real world application.
In this course, both the shopping cart and Data store (database) will be implemented as plugins. We will implement two types of data store plugins: an in-memory data store and a SQL Server data store with Dapper as the micro ORM. You will see clearly how powerful it is to build solutions with this kind of architecture. (Disclaimer: Architectural choices should be made case by case, I don’t suggest you to follow my architecture presented in this course in all projects. Analysis is needed all the time.)
Who this course is for
-
C# developers who want to become full stack developers without the hassle of mastering JavaScript.
-
Developers who work with Razor pages and/or MVC along with front end frameworks/libraries and would prefer work with less JavaScript.
-
Developers with some experience in Blazor who is looking for a comprehensive course to fill in the gaps.
-
Developers who are curious about Mirosoft’s newest SPA application framework: Blazor.
-
Developers who want to learn about implementing Clean Architecture.
-
8IntroductionVideo lesson
-
9Screen Mockup and Components BreakdownVideo lesson
-
10Analysis and DesignVideo lesson
-
11Implementing Core Business LayerVideo lesson
-
12Implementing Use Cases LayerVideo lesson
-
13Data Store Plugin InterfaceVideo lesson
-
14Implementing In-Memory Data Store PluginVideo lesson
-
15Create Search Products ComponentVideo lesson
-
16Implementing Search Products ScreenVideo lesson
-
17Implementing Search Bar ComponentVideo lesson
-
18Implementing Product Item ComponentVideo lesson
-
19Implementing FilteringVideo lesson
-
20Styling with BootstrapVideo lesson
-
21View Product Details ComponentVideo lesson
-
22SummaryVideo lesson
-
23Data Binding Part 1Video lesson
-
24Data Binding Part 2Video lesson
-
25Overview of Communication between ComponentsVideo lesson
-
26Review Parameters, Route Parameters and EventCallbackVideo lesson
-
27Cascading ParametersVideo lesson
-
28Referencing Child ComponentsVideo lesson
-
29RenderFragmentVideo lesson
-
30When does a component renderVideo lesson
-
31Component Lifecycle EventsVideo lesson
-
32Forms and ValidationsVideo lesson
-
33State Management with Observer PatternVideo lesson
-
34Dependency ProblemsVideo lesson
-
35Dependency Inversion PrincipleVideo lesson
-
36Inversion of ControlVideo lesson
-
37Dependency Injection in Razor ComponentsVideo lesson
-
38Lifetime Management in Blazor ServerVideo lesson
-
39How to choose Lifetime ManagementVideo lesson
-
40Lifetime Management in Blazor WebAssemblyVideo lesson
-
41Reorganize Projects for Clean ArchitectureVideo lesson
-
42Order Entity and Business RulesVideo lesson
-
43Shopping Cart AbstractionVideo lesson
-
44Add Product to Shopping Cart Use CaseVideo lesson
-
45Implementing Shopping Cart PluginVideo lesson
-
46Test Add Product to Cart Use CaseVideo lesson
-
47Improve UI LayoutVideo lesson
-
48View Shopping Cart Use CaseVideo lesson
-
49View Shopping Cart ComponentVideo lesson
-
50Order Line Item ComponentVideo lesson
-
51Order Summary ComponentVideo lesson
-
52Shopping Cart State ManagementVideo lesson
-
53Shopping Cart Items Count ComponentVideo lesson
-
54Delete Product and Update Quantity Use CasesVideo lesson
-
55Delete and Update with Order Line Item ComponentVideo lesson
-
56Order RepositoryVideo lesson
-
57Place Order Use CaseVideo lesson
-
58Place Order ComponentVideo lesson
-
59Order Confirmation Use Case and ScreenVideo lesson
-
68Install and Prepare the DatabaseVideo lesson
-
69SQL Statement BasicsVideo lesson
-
70What is Dapper and Dapper InstallationVideo lesson
-
71Read with DapperVideo lesson
-
72Create with DapperVideo lesson
-
73Update with DapperVideo lesson
-
74Delete with DapperVideo lesson
-
75Helper Class for DapperVideo lesson
External Links May Contain Affiliate Links read more