Blazor is the new hotness in the ASP.NET Core world, and for good reason.

The latest framework included in .NET Core promises to allow us to create full-blown client-side applications using nothing but ASP.NET Core and C#, something that has not been possible until now. With the release of .NET Core 3.0, we are closer to realizing this dream, as Blazor (at least, a version of it, see below) is now out of preview and natively supported.
So, in keeping with the spirit of my prior Modeling Practice posts, let’s learn how to use a new framework by building a board game; specifically, let’s build the classic childhood game ConnectFour in Blazor!

#blazor #connect fou #asp.net

A Blazor Tutorial: Building Connect Four in ASP.NET Core
2.40 GEEK