Live data from Hacker News

Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

visualstudiomagazine.com

1–10 of 11 posts

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#3
They couldn't leave WPF alone to prosper... they had to "improve" it. Then the replacement wasn't good enough and they had to replace that as well. In the process they pushed product managers to say "Screw it, we'll just build the UI in a browser instead."

If anyone "kills Windows" it will have been Microsoft themselves.

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#5
We have a Xamarin Forms app where I work, which due to too many other things on the docket was put off for updating to use MAUI. Now it looks like we've dodged a bullet thanks to all our other tasks, and I won't have to worry about starting that port work until MAUI's more stable and functional.

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#6
post #3

They couldn't leave WPF alone to prosper... they had to "improve" it. Then the replacement wasn't good enough and they had to replace that as well. In the process they pushed product managers to say "Screw it, we'll just build the UI in a browser instead." If anyone "kills Windows" it will have been Microsoft themselves.

The problem with WPF is that it's tied to Windows itself, which isn't of any use in today's cross-platform, .NET 5+ world. (Before you shout, yes I do know about Avalonia. It's nice. But too late.)

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#8
post #5

We have a Xamarin Forms app where I work, which due to too many other things on the docket was put off for updating to use MAUI. Now it looks like we've dodged a bullet thanks to all our other tasks, and I won't have to worry about starting that port work until MAUI's more stable and functional.

MAUI is looking DOA to me. Third parties have been doing a better job than Microsoft for UI work in .NET.

I think they should just dump it and grab whatever UI library is under VSCode. That works pretty well.

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#9

It used to be said that Microsoft v1.0 products should still be considered beta, which is fine for early adopters. However, a lot of folks who preferred a more solid product would wait for the v1.1.

Except MAUI is the next version of Xamarin.Forms, that they decided to rewrite.

Re: Did .NET MAUI Ship Too Soon? Devs Sound Off on 'Massive Mistake'

#10
I still don't get the use of Catalyst to get the iOS code running on macOS instead of proper macOS bindings, like the Visual Studio for Mac team had to use for their rewrite (they aren't using MAUI).

Then the whole Blazor hybrid stuff, there is a Web browser for that, no need to make the stack even more complicated.

Post reply on HN