Search⌘ K

Wrapping Up

Explore the essential components and techniques of building Blazor applications. Understand Razor components, parameter passing, JavaScript interoperability, security practices, and progressive web application features. This lesson helps you consolidate knowledge to confidently develop real-world Blazor projects and guides you towards further learning opportunities.

We'll cover the following...

In this course, we have covered all the fundamental components of a Blazor application. We did it for both Blazor WebAssembly and Blazor Server. However, we also covered the process of combining Blazor WebAssembly with the server-side components of a standard ASP.NET Core application. We did all of this using the whole range of application project templates available for building Blazor ...