Blazor is about the newest enhancement of ASP.NET Core with Razor components, which either allows you to implement C# code running either on the server or in the client using WebAssembly. You learn about the differences between Blazor Server and Blazor WebAssembly, what the restrictions are with these technologies, and the built-in components available.
This chapter contains these samples:
- Blazor.ServerSample
- Blazor.WasmSample
- Blazor.ComponentsSample
For code comments and issues please check Professional C#'s GitHub Repository
Please check my blog csharp.christiannagel.com for additional information on topics covered in the book.
Thank you!