Documentation/guides/basics
Mrxx99 2f075363b1
Fixing namespace sample
The option 1 for valid XAML namespaces had an issue in the examples stating xmlns:... again inside the string. This fixes it
2022-09-04 22:43:45 +02:00
..
README.md Update README.md 2022-03-19 14:38:20 -04:00
accessing-the-ui-thread.md Unify and improve language settings for code snippets 2022-08-07 23:12:23 +02:00
code-behind.md Update docs to reflect Avalonia.NameGenerator inclusion 2022-04-05 19:56:57 +03:00
introduction-to-xaml.md Fixing namespace sample 2022-09-04 22:43:45 +02:00
mvvm.md Update mvvm.md 2022-06-04 20:43:15 +03:00

README.md

description
Short tutorials to get you up and running if you're new to Avalonia.

🐣 Basics

ToDo List App

The "hello world" of the internet age. Lets build a todo list app using MVVM and Reactive UI.

{% page-ref page="../../tutorials/todo-list-app/" %}