Day 1: Introduction to Blazor
Blazor is a framework to build interactive web apps using C# (instead of JavaScript).
Runs in the browser via WebAssembly (client-side) or on the server (server-side).
Uses Razor syntax (HTML + C#) to create components.
Hosting Models
| Blazor We...
aamasum.hashnode.dev2 min read