Click here to Skip to main content
15,893,594 members
Articles / Desktop Programming / XAML

Multiplatform UI Coding with AvaloniaUI in Easy Samples. Part 1 - AvaloniaUI Building Blocks

Rate me:
Please Sign up or sign in to vote.
4.99/5 (67 votes)
21 Dec 2023MIT34 min read 88.3K   97  
Avalonia is a great new multiplatform UI package similar but in many respects better than WPF. This is an introductory tutorial article.
Avalonia is an open source package which closely resembles WPF, in many respects more powerful than WPF and (unlike WPF or WinUI) works on any major client platform - Desktop (Windows, Linux and MAC), Mobile (Android, iOS and Tizen) and Web (via WebAssembly). Avalonia is very performant and has very low compilation time.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Architect AWebPros
United States United States
I am a software architect and a developer with great passion for new engineering solutions and finding and applying design patterns.

I am passionate about learning new ways of building software and sharing my knowledge with others.

I worked with many various languages including C#, Java and C++.

I fell in love with WPF (and later Silverlight) at first sight. After Microsoft killed Silverlight, I was distraught until I found Avalonia - a great multiplatform package for building UI on Windows, Linux, Mac as well as within browsers (using WASM) and for mobile platforms.

I have my Ph.D. from RPI.

here is my linkedin profile

Comments and Discussions