Blazor - The Complete Guide (WASM & Server .NET Core 5)
- Offered byUDEMY
Blazor - The Complete Guide (WASM & Server .NET Core 5) at UDEMY Overview
Duration | 16 hours |
Total fee | ₹2,899 |
Mode of learning | Online |
Credential | Certificate |
Blazor - The Complete Guide (WASM & Server .NET Core 5) at UDEMY Highlights
- Earn a certificate of completion
- 30-Day Money-Back Guarantee
- Get Full Lifetime Access
Blazor - The Complete Guide (WASM & Server .NET Core 5) at UDEMY Course details
- Anyone who wants to learn fundamentals of Blazor Web Assembly and Server
- Anyone who wants to understand new file structure in Blazor (.NET 5)
- How to create .NET API and consume it in Blazor Application
- Build real world application using Blazor!
- Build real world application using Blazor Web Assembly
- Manage admin features using Blazor Server
- Build .NET 5 API from scratch
- Consume .NET 5 API using Blazor WASM
- Authentication & Authorization in Blazor Server and WASM
- Emails with Blazor
- Integrate Stripe Payments in Blazor WASM
- Repository Pattern and Dependency Injection
- Deploying .NET API, Blazor WASM & Server to Azure
- This course will provide you a complete real world scenario with Blazor which will make you face many challenges and solve those issues as we proceed with the course
- There are other courses on Udemy, but this is the ultimate course, it covers everything there is to Blazor from Blazor Server to Blazor WASM applications which consumes .NET 5 API
- This course will help developers transition from building basic sample apps to implementing more real world concepts, design patterns, and features
Blazor - The Complete Guide (WASM & Server .NET Core 5) at UDEMY Curriculum
Introduction
What this course is not about
Create Project
Blazor Server Application Overview
Blazor Server Vs Client Demo
Blazor Basics
Introduction
One way data binding
Two way data binding
Assignment 1
Assignment 1 - Data Binding
Dropdown and Loops
Add Rooms List
Assignment 2
Assignment 2 - Bind Property Practice
Code Cleanup and Routing Introduction
Blazor Intermediate
Introduction
Render Fragement
Another way for Event Call Back
Multiple Render Fragment
Assignment 6- Render Fragment
Assignment 6 Solution- Render fragment
Need for Attribute Splatting
Attribute Splatting
Database in Blazor
Introduction
Add Multiple Class Library Projects
Add ApplicationDbContext
Configure Hidden Villa Server Project for DbContext
Create Database
Hotel Room Model
Hotel Room DTO
Blazor Forms and CRUD
Introduction
Create Hotel Room List Page
Forms in Blazor Part 1
Forms in Blazor Part 2
Validations in Edit Form
Create First Hotel Room
Hotel Room List
Blazor and Javascript
Introduction
JS in Blazor
Add Toastr to Project
JSRuntime Extenstions
Assignment 7 - Sweet Alerts
Assignment 7 Solution- Sweet Alerts
Referencing Components