An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Find duplicate bookings

[![CI](https://github.com/Arnab-Developer/find-duplicate-bookings/actions/workflows/dotnet.yml/badge.svg)](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