Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Blazor Deep Dive in .NET 10 - From Beginner to Advanced
Bestseller
Rating: 4.6 out of 5(2,073 ratings)
10,871 students

Blazor Deep Dive in .NET 10 - From Beginner to Advanced

Ultimate ASP.NET Core Blazor Course with projects
Created byFrank Liu
Last updated 1/2026
English

What you'll learn

  • Basic Blazor concepts and project structures
  • Choices of Interactivities
  • Basics of razor components
  • Razor syntax
  • Blazor Static Server-side Rendering (Blazor SSR)
  • Form submission and validations
  • Navigations
  • Stream Rendering
  • Enhanced Navigation
  • Event handling
  • Two way data binding
  • Virtualizaiton
  • Component Parameters
  • Cascading Parameters
  • Templated components
  • QuickGrid
  • Component life cycle events
  • Static vs Interactive Routing
  • Different ways for State Management
  • Working with WebAssembly
  • Data Access for Server side Blazor with Entity Framework Core
  • Data Access with Web API for WebAssembly
  • Authentication and Authorization with ASPNET Core
  • Pre-Rendering in Blazor

Course content

15 sections138 lectures15h 55m total length
  • What is Blazor5:44

    Learn how Blazor delivers a component-based single-page application, using a root component and a component tree to replace pages and achieve interactivity with C sharp.

  • Choices of Interactivity8:50

    Explore how Blazor uses C# for interactivity atop a static server-side rendering base, offering server interactivity or WebAssembly interactivity, with diff-driven updates via SignalR.

  • Static SSR Project Structure16:22

    Explore static server side rendering in Blazor by building a server management app, and explain the project structure, Program.cs, the router, and the main layout, mapping HTTP requests to components.

  • Source Code0:32

Requirements

  • Basic HTML
  • Intermediate C#
  • Good understanding of OOP, esp. the usage of interface (although Dependency Injection is thoroughly covered in this course)
  • It is best if you have a little bit experience with ASP Dot Net Core. But don't worry too much, I will help you with that too.

Description

Embark on a Comprehensive Journey with Blazor in .NET 10

Welcome to a transformative learning experience designed for developers eager to explore the full spectrum of ASP.NET Core Blazor, the innovative web framework that empowers you to build interactive applications using .NET 10. This course is a deep dive into the world of Blazor, where you’ll learn to harness the power of both server-side rendering and WebAssembly to create dynamic user experiences.

Course Overview:

  • Introduction to Blazor: Begin with the basics, understanding what Blazor is and the choices it offers for interactivity. Familiarize yourself with the project structure and get organized with our course resources.

  • Static Server-Side Rendering (Static SSR): Delve into the nuances of Static SSR, learning about components, Razor syntax, and static resources. Tackle assignments that challenge you to create and manipulate data repositories and components.

  • Interactivity: Discover the core of Blazor’s interactivity in both Interactive SSR and Interactive WebAssembly, learning how to handle events, manage state variables, and implement two-way data binding. Explore the use of @key and virtualization for performance optimization.

  • Component Architecture: Take a deep dive into non-routable and routable components, understanding their parameters, lifecycle, and how to create reusable and generic components. Learn about CSS isolation and cascading parameters to style and manage your app effectively.

  • Advanced Topics: Master advanced concepts like pre-rendering, routing, navigation, and state management. Learn how to maintain states across components and implement the observer pattern for dynamic applications.

  • Data Access and Management: Gain proficiency in data access patterns for both server-side and WebAssembly applications. Learn to integrate Entity Framework Core with Blazor for server-side data management, and understand how to interact with Web APIs for client-side data access. Set up a Firebase Realtime Database and manage CRUD operations in WebAssembly.

  • Authentication and Authorization: Secure your applications by understanding the authentication process in ASP.NET Core. Learn to register, log in, and authorize users, and secure your server-side Blazor app.

  • Practical Projects: Apply your knowledge with two course projects—a Server Management project and a To-Do List App. These projects will solidify your understanding and give you practical experience in Blazor development.

Why Choose This Course?

  • Deep-Dive Experience: Starting with the fundamentals, this course is designed to support beginners every step of the way. Yet, it doesn’t stop there. We delve deep into Blazor, equipping you with an intimate understanding of the framework by the course’s conclusion.

  • Expertly Curated Content: Each module is carefully crafted to build upon the previous one, ensuring a seamless learning curve.

  • Hands-On Learning: With numerous assignments and practical projects, you’ll not just learn but apply your knowledge in real-world scenarios.


By the end of this course, you’ll have a robust portfolio of projects, a deep understanding of Blazor, and the skills to confidently build modern web applications. Join us on this journey to become a Blazor expert in .NET 10!


Who is this course for?

  • This course is for anyone who wants to learn how to develop web applications with ASP.NET Core Blazor using .NET 10. You should have some basic knowledge of C# and HTML, but no prior experience with ASP.NET Core Blazor is required.

  • If you already have experience working with Blazor previously but feeling overwhelmed by the changes introduced in .NET 10, this course is also perfect for helping you catching up.

So, what are you waiting for? Enroll now and start your journey to become an ASP.NET Core Blazor developer!




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 especially if you are feeling overwhelmed by the changes to Blazor from .NET 8
  • Developers who are curious about Mirosoft's newest SPA application framework: Blazor.