Before you start, you need to know and prepare a few things. This is not an introductory book to C# or .NET Core development, so you should have good knowledge of C# and be able to build applications with it. It does not matter if you develop back-end applications, Windows applications, or mobile applications; as long as you use C#, you will find something familiar in Blazor. You need to install some software on your system, starting with Visual Studio 2019, followed by the latest version of .NET Core 3.0.
What is Blazor?
Blazor is a web UI framework allowing you to use C# and .NET Core ...