Skip to content

ouss4m4/TournamentTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TournamentTracker

2021-09-16.10-27-28.mp4

Learning C# by building a Tournament Tracker that persist on SqlServer or TextFiles as required.

BackEnd: TrackerLibrary

  • .Net Core
  • Dapper
  • SqlServer
  • TextFiles persistance
  • Interface to provide access for the ui/external projects

FrontEnd: TrackerUI

  • .Net Core WinForms
  • Dependency Injections to connect with the Library (external/backend)

How To Install Locally

  • Clone the reporistory.
  • open solution in Visual Studio, and install missing NuGets.
  • set the TrackerUI as startup project.
  • open the Program.cs
  • on line 19 GlobalConfig.InitializeConnections(DatabaseType.TextFile); set the databasetype to Text file and run the app.
  • If you would like to use SQL,
  • execute the dbscript/script.sql to create the database on your server.
  • change to GlobalConfig.InitializeConnections(DatabaseType.Sql);

Original Youtube series by Tim Corey

About

.NET 5 web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages