Hacker News new | ask | show | jobs
by jongalloway2 1403 days ago
There is the Blazor Hybrid option with .NET MAUI. You write your UI using Razor (HTML + C#) and can use native controls and features when needed. As a .NET dev who prefers HTML to XAML, this feels more natural to me for a lot of apps.

https://docs.microsoft.com/aspnet/core/blazor/hybrid/tutoria...