Skip to content

Latest commit

 

History

History
456 lines (445 loc) · 96 KB

2019.md

File metadata and controls

456 lines (445 loc) · 96 KB

Archives of 2019

Contents

General

  • Blazor bites - Blazor bites series by Chris Sainty.
  • Study Blazor - Blazor tutorial for beginners, in simple and easy steps starting from basics to advanced concepts with more code snippets.

Sample Projects

Authentication

  • Blazor.Msal - stars last commit Sample implementation for MSAL in Blazor, it shows how to integrate a Single Page Web Application made in Blazor WebAssembly with Azure Active Directory. It allows to authenticate the user and then acquire an access token to make a secure call to an external API. The code internally uses MSAL.js to implement the OpenID Connect and OAuth2 flows.
  • Blazor.OpenId - stars last commit Easy authentication and client refresh using OpenId.

Cloud

CMS

  • WordDaze - stars last commit Blogging application written using Blazor with a WebAPI backend.

Games

ToDos

Others

Tutorials

Libraries & Extensions

Components bundles

  • BlazorMaterial - GitHub stars last commit Blazor components implementing Google's Material components for web.

Individual components

Others

  • BlazorQuery - last commit jQuery for Blazor (Blazor Library that wraps jQuery completely in C# for use in Blazor).

Tools & Utilities

Videos

Articles

Podcasts

Presentations slides

Tooling

  • ASP.NET Core Blazor Language Services - Status Provides Visual Studio support for ASP.NET Core Blazor. Note: this Blazor Visual Studio extension is obsolete and no longer required to use Blazor since Visual Studio 2019 Preview 16.3.0.