How to auto refresh page contents in C# Blazor server app

Developing web apps with Blazor technology has a lot of benefits. One of the biggest benefits is being able to use C# for both front-end and backend, simplifying the toolkit for creating rich web apps. When you are using plain server-side rendered HTML, one would usually be required to use Javascript for making AJAX calls… Continue reading How to auto refresh page contents in C# Blazor server app