Blazor is a .NET framework that runs in the browser on a real.NET runtime (Mono) via Web Assembly. Blazor is an experimental project and till date, it is not in production and so many changes are going on. WebAssembly is a web standard which defines a binary format just like lower level assembly language. So, it enables executing code nearly as fast as running native machine code.
source https://www.c-sharpcorner.com/article/understand-javascript-interop-in-blazor/
No comments:
Post a Comment