-
Book Overview & Buying
-
Table Of Contents
Blazor WebAssembly by Example - Third Edition
By :
This chapter introduced the Blazor framework for building interactive web apps. Built on .NET 10, it enables C# and Razor syntax to run directly in the browser.
After that, you met the Blazor family: Blazor Server, Blazor WebAssembly, and Blazor App. You also learned about WebAssembly fundamentals, its four core goals, and the exciting WASM 3.0 performance improvements.
In the last part of the chapter, I explained how to set up your computer with the .NET 10 SDK, Microsoft Visual Studio Community Edition 2026, and Microsoft SQL Server 2025 Express. Finally, I explained how to open a Microsoft Azure account.
Now that your computer is ready, it's time to get started writing code. In the next chapter, you will create your first Blazor WebAssembly application.