Click here to Skip to main content
15,883,705 members
Articles / Desktop Programming / XAML

Basics of XAML in Easy Samples for Multiplatform Avalonia .NET Framework

Rate me:
Please Sign up or sign in to vote.
4.84/5 (15 votes)
21 Dec 2023CPOL21 min read 22.3K   21  
This article describes basic functionality of Avalonia XAML providing easy to understand samples
In this article, I present a simple tutorial for Avalonia XAML providing easy to understand samples. It covers important topics concerning using XAML for representing classes and properties, XAML namespace, simple markup extensions, XAML resource and using XAML for non-visual projects.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


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