Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 704 Bytes

File metadata and controls

17 lines (11 loc) · 704 Bytes

Shop WPF project

A tutorial project for shopping client application. Uses SQL Client connection (.NET 8) and MVVM architecture (from this tutorial).

Preview

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.

preview

ToDo

  • Project setup (database creation, MVVM structures, WPF UI setup)
  • Orders functions
  • Login features for existing customer
  • Input validations
  • Add GitHub action