/Blazor-GSCC2020

Primary LanguageHTMLMIT LicenseMIT

Granite State Code Camp 2020 Talk

Blazor: C# in the Browser

Link to slides

Demos

Note: Requires .NET 5 and Visual Studio 2019 v16.8 to run

BlazorComponents.Shared
Razor Class library that has the Counter razor component.

BlazorServer
Blazor Server default project template that uses the shared Razor Class library for the Counter component.

BlazorWASM
Blazor WebAssembly default project template that uses the shared Razor Class library for the Counter component.

MVCAppWithBlazor
Default ASP.NET Core MVC App with added Blazor Server support to use the shared Razor Class library for the Counter component.

Links

Blazor.net
Rider 2020.2
Visual Studio 2019
Awesome Blazor
Blazor Server Performance