Tag Archives: Blazor

Blazor

By | 09/10/2019

Blazor is a UI Framework created by Microsoft that utilizes C#, Razor and HTML, instead of HTML and Javascript.It was designed to create easly Single Page Applications and it can run in two ways: Blazor Server or Blazor WebAssembly.With Blazor Server it runs the client logic on the server and, with SignalR, it manages theā€¦ Read More »