Jul 26, 2020

Blazor - Build client web apps with C#

What is Blazor
Blazor is a free and open-source web framework that enables developers to create web apps using C# and HTML

- Features
1. Interactive web UI with C#
    - Blazor lets you build interactive web UIs using C# instead of JavaScript.

2. Run on WebAssembly or the server
   - Blazor can run your client-side C# code directly in the browser, using WebAssembly

3. Built on open web standards
   - Blazor uses open web standards without plugins or code transpilation. Blazor works in all modern web browsers, including mobile browsers.

4. Share code and libraries
   - Blazor apps can use existing .NET libraries.
   - .NET Standard allows the same code and libraries to be used on the server, in the browser, or anywhere you write .NET code.

5. JavaScript interop
   - Your C# code can easily call JavaScript APIs and libraries. You can continue to use the large ecosystem of JavaScript libraries that exist for client side UI while writing your logic in C#.

6. UI component ecosystem
    - Get productive fast with re-usable UI components from top component vendors

You can watch below video for same and explain the details.

No comments:

Post a Comment