Create Background Worker Process Using .NET Core

Опубликовано: 15 Май 2026
на канале: Sergey Barskiy
2,720
13

We will create cross platform background worker process using .NET Core. On Windows we can install it as Windows Service. On Linux we can install it in a Docker container using systemd. We will use Quartz.NET library to execute jobs on predefined schedules.