This is a program used for shooting tournaments. The data from the players are stored in a database and are used to generate a statistic based tournament. Further tournament modes will be implemented in the future.
Find the latest relase here => Release
This app uses the following components:
- Mahapps Library (Hamburger Menu, Button, DataGrid, ScrollViewer, Checkbox, Login Window, PasswordBox)
- Mahapps IconPacks (Material Design Icons)
- AutoUpdater.NET Auto Updates Program via GitHub releases
- PropertyChanged.Fody Injects INotifyPropertyChanged code into properties at compile time.)
- Live-Charts
- MVVM Design Pattern with Mediator, RelayCommand
- SQLite Database
- Microsoft.EntityFramework.Core.Sqlite (Code First)
- LINQ
- C# WPF