WebAssembly, or Wasm for short, is a stack-based virtual machine that runs on existing browser engines. It is a cross-platform binary portable target for language compilers. Blazor is a C# implementation that targets Wasm and leverages .NET to build high performance Single Page Applications (SPA) without relying on JavaScript and/or other front-end frameworks. Learn what Wasm is and does and see it in action with Blazor examples.
You will learn:
- What is WebAssembly?
- What is Blazor?
- How to build SPA apps with Blazor