.NET & C# ยท ASP.NET Core
What is background services in ASP.NET Core?
Background services run host-managed work outside individual HTTP requests and should honor cancellation, dependency lifetimes, and graceful shutdown.
Background services run host-managed work outside individual HTTP requests and should honor cancellation, dependency lifetimes, and graceful shutdown.