WPF App Modernisation with Avalonia & Avalonia XPF

Поділитися
Вставка
  • Опубліковано 3 лип 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/XPF
    #macos #linux #ios #wasm #dotnet #wpf
  • Розваги

КОМЕНТАРІ • 4

  • @bandysc
    @bandysc 12 днів тому +1

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

  • @randypenajimenez3893
    @randypenajimenez3893 13 днів тому +2

    Awesome!

  • @user-dl2qc8rr8i
    @user-dl2qc8rr8i 12 днів тому

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

    • @avaloniaui
      @avaloniaui  12 днів тому +3

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