Preface
Blazor WebAssembly is a framework, built on the popular and robust ASP.NET framework, that allows you to build single-page web applications that use C# on the client instead of JavaScript. Blazor WebAssembly does not rely on plugins or add-ons. It only requires that the browser support WebAssembly – and all modern browsers support it.
In this book, you will complete practical projects that will teach you the fundamentals of the Blazor WebAssembly framework. Each chapter includes a standalone project with detailed step-by-step instructions. Each project is designed to highlight one or more important concepts concerning Blazor WebAssembly. By the end of the book, you will have experience with building both simple standalone web applications and hosted web applications with SQL Server backends.