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.
https://www.avaloniaui.net
606 stars 103 forks source link

Porting Microsoft's purchase database sample #41

Open datstat-consulting opened 1 year ago

datstat-consulting commented 1 year ago

Is it possible to make a sample mimicking Microsoft's purchase database one (https://github.com/Microsoft/Windows-appsample-customers-orders-database; https://learn.microsoft.com/en-us/samples/microsoft/windows-appsample-customers-orders-database/customers-orders-database-sample/) ? This would be very helpful to beginner developers as a practical first project with Avalonia.

timunie commented 1 year ago

Hi @datstat-consulting ,

this is a good idea. I'll have a look into it when I have some time to do. I'm also planning to port the todo-list app and add data persistence using a local database.