Full Stack Web Development

W05 WebAssembly: the Browser is your OS

10/02/2019

9:30am - 10:45am

Level: Intermediate

Jeremy Likness

Senior PM for .NET Data

Microsoft

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