PreviousNext

A new experiment: Browser-based web apps with .NET and Blazor | .NET Web Development and Tools Blog

by bill-s, 2018-02-10T06:50:43.000Z

Today I’m excited to announce a new experimental project from the ASP.NET team called Blazor. Blazor is an experimental web UI framework based on C#, Razor, and HTML that runs in the browser via WebAssembly. Blazor promises to greatly simplify the task of building fast and beautiful single-page applications that run in any browser. It does this by enabling developers to write .NET-based web apps that run client-side in web browsers using open web standards.

Read More