Introduction to XAML | .NET MAUI #3

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025

ความคิดเห็น • 2

  • @daniel49245
    @daniel49245 2 ปีที่แล้ว

    What makes maui better than uno platform?

    • @goforgoldman
      @goforgoldman 2 ปีที่แล้ว +2

      .NET MAUI isn't 'better' than Uno Platform, any more than Uno is better than .NET MAUI. They both have their strengths and weaknesses and they're both awesome frameworks. Uno uses drawn controls to render WinUI on it's target platforms, if that's what you're after then awesome. It targets Linux, which .NET MAUI doesn't do. .NET MAUI on the other hand provides abstractions of native controls, so you get the same result as if you had written the app using Swift or Kotlin for example. But you can use drawn controls too; in fact there's a library in the works that lets you choose Fabric/Fluent style drawn controls on any platform so it's almost the same.
      Perhaps we should do another video comparing available cross-platform frameworks!