Get started with Blazor

Blazor is a new web UI framework based on C#, Razor, and HTML.  This runs in the browser via WebAssembly.  It helps build interactive web UI using C# instead of JavaScript.  This post demonstrates how to build a SPA using Blazor.  Blazor simplifies the task of building fast and beautiful SPAs that run in any browser. It does this by enabling developers to write Dotnet based web apps that run client-side in web browsers using open web standards. Let’s get started with Blazor.

In this post, we will discuss the following

  • Hosting Models
  • Enable Authentication and Authorization
  • Dive deep into Default Blazor pages

Please check the following link for more details.  

https://www.blogofpi.com/get-started-with-blazor/

1 Comment

Comments have been disabled for this content.