ASP.NET Tips How to Build Windows Service with Worker Service and ASP.NET Core August 12, 2022 Andriy Kravets Introduction What is a Worker Service? It’s an ASP.NET Core template that allows you to create hosted long-running background services. These background services implement the IHostedService interface,