←back to thread

304 points vyrotek | 1 comments | | HN request time: 0.207s | source
Show context
maxrmk ◴[] No.45894781[source]
Took more than a minute to load on my macbook. Ouch!

I really love C# and the .net ecosystem, but they just haven't made it work for web.

replies(2): >>45895180 #>>45896881 #
1. LeFantome ◴[] No.45896881[source]
.NET works amazingly on the web. This is just not the UI framework you would use.

There is ASP.NET of course and Razor Pages. We all use apps built with these every day without even realizing it. There are other great frameworks as well.

I do not even see Blazor as a real web technology but of course it is positioned that way.

MAUI is a "cross-platform" and frankly mobile first UI framework. It was never meant for the web.