TimCorey / CarChecker

A sample Blazor WebAssembly application that includes authentication, in-browser data storage, offline support, localization, responsive layouts, and more. For a video walkthrough, see this link:

Home Page:https://aka.ms/Build2020AppDev-Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarChecker - a Blazor sample app

This is a sample application for Blazor which was presented at Build 2020. You can view the on-demand walk-through for this on Channel 9: Modern Web UI with Blazor WebAssembly.

To use this it's best to have Visual Studio 2019 and the latest .NET SDK for the Blazor release which you can read about here: Blazor WebAssembly 3.2.0 now available.

What this sample has:

This is a great sample which has a lot of Blazor + ASP.NET integrations such as:

  • client-side debugging with Visual Studio
  • Authentication / Authorization
  • input validation
  • data integration/sync
  • Blazor components
  • code sharing
  • JavaScript interop
  • Localization / internationalization
  • Progressive Web App (PWA)

Deploy to Azure

You can create the resource (Free SKU App Service) in Azure quickly by clicking below and then can use Visual Studio to select the App Service and deploy the code to it later.

Deploy to Azure

Remarks

This sample makes use of a preview package for Validation.

About

A sample Blazor WebAssembly application that includes authentication, in-browser data storage, offline support, localization, responsive layouts, and more. For a video walkthrough, see this link:

https://aka.ms/Build2020AppDev-Blazor


Languages

Language:C# 53.2%Language:HTML 28.6%Language:CSS 14.4%Language:JavaScript 3.8%