Monday, October 29, 2018

What is Blazor ??


What is Blazor?
Blazor is a single-page web app framework built on .NET that runs in the browser with WebAssembly.

Browser + Razor = Blazor!!

Blazor makes heavy use of Razor (a template engine), a markup syntax for HTML and C#.

Blazor is based on existing web technologies like HTML and CSS, but you use C# and Razor syntax instead of JavaScript to build composable web UI.  

Blazor will have all the features of a modern web framework, including:

Reference :

No comments:

Post a Comment