Blazor is a web framework for building web UI components called Razor components, and these Razor components can be hosted in different ways, such as Blazor Server and Blazor WebAssembly. In .NET 8, Blazor adds more features that we will learn about in my course New Blazor Features in .NET 8: A Mini Course!
Who is this for?
Ideal for experienced .NET developers who want to learn about the new Blazor features in .NET 8.
Notes
To take this course, you should have previous web development experience in .NET.
What You Will Learn
- The new full-stack web UI model in Blazor in .NET 8
- The Blazor Web App template
- Static Server Rendering (SSR)
- Enhanced Navigation and Form Handling
- Streaming Rendering
- Render Modes