Guest MemberLanguage   English
.NET & C# · ASP.NET Core

What is background services in ASP.NET Core?

BeginnerUpdated 2026-08-08

Background services run host-managed work outside individual HTTP requests and should honor cancellation, dependency lifetimes, and graceful shutdown.

#aspnet-core#background-services