Blazor
Blazor is a single page web app framework built on .NET that runs in the browser via WebAssembly, and is based on HTML, CSS, and other standard web technologies. Blazor makes heavy use of Razor, a markup syntax for HTML and C#. Browser + Razor = Blazor! A Blazor application can be deployed as a set of static files without the need for any .NET support on the server.
  •             
  •             
  •