https://github.com/arnab-developer/find-duplicate-bookings
Demo .NET background task application
https://github.com/arnab-developer/find-duplicate-bookings
background-task dotnet-core
Last synced: about 1 year ago
JSON representation
Demo .NET background task application
- Host: GitHub
- URL: https://github.com/arnab-developer/find-duplicate-bookings
- Owner: Arnab-Developer
- License: mit
- Created: 2020-12-22T09:20:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T03:09:18.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:24:08.217Z (over 1 year ago)
- Topics: background-task, dotnet-core
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find duplicate bookings
[](https://github.com/Arnab-Developer/find-duplicate-bookings/actions/workflows/dotnet.yml)
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