/find-duplicate-bookings

Demo .NET background task application

Primary LanguageC#MIT LicenseMIT

Find duplicate bookings

CI

Demo background task application with .NET (with DI, logging, configuration).

Solution structure

  • Core functionality in the class lib.
  • Console app to use the core functionality in the class lib.
  • Unit test.

Tech stack

  • .NET 5
  • C# 9
  • xUnit for unit testing
  • Visual Studio 2019