AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.

Home Page:https://www.avaloniaui.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a simple MVVM Demo App

timunie opened this issue · comments

commented
  • Explain MVVM for beginners
  • Show how to implement INotifyPropertyChanged on your own
  • Add at least one Property
  • Add at least one auto computed property
  • Show how to use Reactive UI
  • Show how to use other MVVM Framework