Hacker News new | ask | show | jobs
by pengowray 300 days ago
C# is great but you will spend the first 6 months of development trying to find a web or UI framework that doesn't suck.
2 comments

If you want to build a SPA, you would choose Vue, React, Angular or any other currently popular JS framework for front-end anyway. However, for a traditional web application, what's wrong with using ASP.NET Razor? Also, for desktop development, I would recommend the excellent Avalonia: https://avaloniaui.net/.
Don't use C# for web UIs; use it for web backends.

Stick with HTMX, Vue, React, Angular, etc. for FE.

Life will be good.

we have php, we are good