Dotnet Worker Services

Guidance for building .NET worker services and background tasks using BackgroundService and IHostedService. USE FOR: long-running background processing, message queue consumers, scheduled jobs, health monitoring services, data synchronization tasks, Windows services, Linux systemd daemons. DO NOT USE FOR: HTTP request handling (use ASP.NET Core), one-shot CLI tools (use console apps), UI applications, short-lived Azure Functions.

Tyler-R-Kendrick 082c1de 21 files · 31.5 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/general/dotnet-worker-services commit 082c1dedcf

Frequently asked questions

npx skillmds add tyler-r-kendrick/dotnet-worker-services