/TournamentTracker

SQL(dapper) wired up with WPF Framework

Primary LanguageC#MIT LicenseMIT

TournamentTracker

Author: Theodore Pollock

Project is to create a tournament tracker where players can be created, added to teams and then teams added to any kind of tournament. The data is stored in MSSQL and/or .csv files based on how program.cs is configured. MSSQL communication is done via dapper, not DAO or Microsoft Entities.