Let’s Make a Blazor hybrid Application!
Maui has been out for a while now and I thought I would learn how to create a Blazor hybrid application and see what it is about. There are blog posts and YouTube videos on how to do this so, see the links below. I am not focusing on the step-by-step but on what I learned by doing this exercise. It will help others. Prep Work You will need to make sure you have the Maui project templates installed in Visual Studio. Go to the VS installer. a. Click the modified button. Make sure under the Desktop and UI Development the .Net Multi-platform App UI development is checked, see image. If not check it and click modify to install it. Create the Project 1. Open Visual Studio and click on “Create new Proj...