A tutorial project for shopping client application. Uses SQL Client connection (.NET 8) and MVVM architecture (from this tutorial).
Very simple interaction where a customer orders a set of product available from the database products table. The order are sent to a separate order table. All connection is carried out by SQL query.
- Project setup (database creation, MVVM structures, WPF UI setup)
- Orders functions
- Login features for existing customer
- Input validations
- Add GitHub action
