WPF App Modernisation with Avalonia & Avalonia XPF

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • WPF Alternative: Porting WPF to Avalonia & Cross-Platform Deployment
    Learn how to manually port a WPF application to Avalonia, the popular open-source UI framework.
    Then, discover the power of Avalonia XPF as we demonstrate running the unmodified WPF app on macOS, Linux, iOS, and in web browsers. This tutorial showcases a practical WPF alternative for developers seeking cross-platform compatibility without extensive code changes.
    Learn more about Avalonia XPF here: avaloniaui.net...
    #macos #linux #ios #wasm #dotnet #wpf

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

  • @randypenajimenez3893
    @randypenajimenez3893 3 หลายเดือนก่อน +2

    Awesome!

  • @bandysc
    @bandysc 3 หลายเดือนก่อน +1

    Worth adding with Avalonia 11 instead of styles you can use ControlTheme which is a direct counterpart of WPF's Style :)

  • @ПавелЛапшин-ж8ц
    @ПавелЛапшин-ж8ц 3 หลายเดือนก่อน

    The simple calculator application takes up 1.8GB. What is happening to this world?

    • @avaloniaui
      @avaloniaui  3 หลายเดือนก่อน +4

      Rider is misreporting the memory usage. Running a debug build with zero optimisation is using 165 MB.

    • @BAD-AL-mods
      @BAD-AL-mods หลายเดือนก่อน +1

      @@avaloniaui And my Simple Desktop app runs consuming 45MB in release mode, so I'll assume that's about the minimum.