Blazor how-tos: status from a background task

Blazor how-tos: status from a background task

Ever wondered how would it be possible to launch a background task and display its status in your Blazor app? Well, in this post you’ll learn not one, but two ways to do it! In the last post, we saw how easy it is to implement Conway’s Game of Life...

2 minute read
Conway’s Game of Life with Blazor

Conway’s Game of Life with Blazor

Hi All! In this article, we’re going to see an easy way to implement Conway’s Game of Life using Blazor. I’ve been spending some time these days working with Blazor. It’s quite an interesting technology, and definitely an excellent alternative to Angular or React or WhateverFancyLibraryJs kids are using these...

3 minute read