Adventures with Blazor: Blazor, .NET MAUI and Razor Class Libraries

Blazor is a Single Page Application development framework. The name Blazor is a combination/mutation of the words Browser and Razor (the .NET HTML view generating engine). Read more at What is Blazor? – Blazor University (blazor-university.com) and ASP.NET Core Blazor | Microsoft Docs. Get started at What is Blazor [1 of 11] | Microsoft Docs….

Debugging .NET Core API on Android Device

Hopefully this will save someone else a headache or two or three when it comes to getting a .NET Core API to play nice with an Android Emulator. Environment Setup Windows 10 Visual Studio 2017 .NET Core API is using IIS Express Swagger Installed Android Emulator/Android Device connected to computer Android Emulator Setup Each instance…