Blazor
Getting Started
I first used Blazor for my Smile Assistant Version 2 project. It was the default web application type for using with Aspire (See Microservices page).
I was impressed with it so much that now it is my web application template of choice. Using C# in the browser make the application build similar to desktop applications except with a html/css frontend.
The Big Eat project
I am also using Blazor for a personal project I am working on for a friend (The Big Eat food festival in Southampton) and am using the Blazor/MAUI hybrid application template.
For this project I am actually building a "Mobile App design" application and using Blazor means that I can preview the App in the browser so that it looks exactly as it will appear on the phone.
You don't scrol the page, you swipe the app like you would on a phone.