Nadella, Gates, and Ballmer have all admitted to Microsoft’s mobile mistakes.

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago (1 child)

They now spruke .NET MAUI (Multi-Platform App UI) as the new "write once, deploy everywhere" framework. I've not used it but it sounds good in theory 🤷‍♂️

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    It's very powerful. It's great for making desktop apps too if you're more used to using html and css for UI (if you use the Hybrid version - the standard uses XML exactly like Xamarin I believe). The only downfall it has at the moment is that it should also allow web deployment as a webapp too then it could be a true one and done framework.

    You can get around it a bit by putting the pages into a library instead and have both a MAUI project and a Web so project that uses the same pages, just with different setups.

  • source
  • parent