Practical .NET, clean architecture, and notes from production. Things I’ve actually shipped, not theory I read about somewhere else. If a post is useful, the mailing list catches the next one when it goes out.
Bringing Blazor to Desktop and Mobile with MAUI
I wanted to host a Blazor WebAssembly application natively as a desktop application, and to achieve that, I planned to use a MAUI Blazor app. However, I wanted …