PreviousNext

ASP.NET Core Basics: Blazor

by bill-s, 2018-08-28T04:13:59.523Z

Blazor is a single page application framework that uses .NET running in the browser through the magic of WebAssembly and Mono. Check out How Blazor runs .NET in the browser for more information. You can think of Blazor like you do Angular or React, but written in .NET.

Read More