Blazor and WebAssembly
Get your Free Azure Account
This repository contains samples for a presentation about using C# and .NET in the browser using WebAssembly with Blazor.
👋🏻 Introduction/Overview of Blazor
This repository is continuously built and deployed using free Azure Pipelines. If you're interested in how it was setup and configured to build automatically and deploy to low cost Azure Storage Static Websites, read Deploy WebAssembly from GitHub to Azure Storage Static Websites with Azure Pipelines.
Presentation
To see how Blazor compares to other SPA frameworks like Angular, read: Angular vs. Blazor.
Demos
This section contains step-by-step instructions to execute each of the demos.
Pre-requisites
The following should be installed for the demos to work:
-
emscripten for the
asm.js
and WebAssembly demos - http-service (node.js) to serve the…