Blazor

Making Blazor WebAssembly SEO-Friendly and Flicker-Free

In this blog post, we will walk through the process of making a Blazor WebAssembly application both SEO-friendly and flicker-free.

Read more...

Display spinner on each API call automatically in Blazor

Update to .NET 5

Read more...

Continuous integration and Continuous deployment of Blazor application to GitLab page.

It only works with blazor 0.5 + version as GitLab uses linux and there was some issue related to copying files from wwwroot folder on linux machine. (Github issue) If you are reading this post means you are already familiar with Blazor if not There are pretty awesome article out there that defines blazor in clear way. In short as per the official repository Blazor is an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly

Read more...