Hacker News new | ask | show | jobs
by shade 1016 days ago
Yeah, I agree with this take. For web and console apps, C#/dotnet is a great choice and should continue to be. Blazor, I think, is also fine (for some use cases, it's situational) and I think it's at the point it'll achieve liftoff.

I've been playing around with MAUI the past few months and it... isn't great. Desktop feels like (and honestly, kinda is) an afterthought, and the documentation is sparse. I spent several hours fighting with a couple of native layout controls trying to get them to work, before giving up and implementing everything I wanted to do in half an hour in a web view.