Monday, May 7, 2018

Data Binding In Blazor

The Blazor is .net web framework which can run in any browser. We can create Blazor application using C#/Razor and HTML. The Blazor application runs in the browser on a real.NET runtime (Mono) via WebAssembly. It enables full stack web development with consistency, stability and productivity of .NET. Normally, it works with latest browser that support WebAssembly and it works in older browser by falling back to asm.js based .net runtime.

source https://www.c-sharpcorner.com/article/data-binding-in-blazor/

No comments:

Post a Comment