Background tasks in ASP.NET Core


Topic history | v1 (current) | created by jjones

Details

Background tasks in ASP.NET Core

| created by jjones | Add resource "Background Tasks Made Easy with Hangfire and ASP.NET Core"
Title
Background tasks in ASP.NET Core
Description
In ASP.NET Core, background tasks can be implemented as hosted services. A hosted service is a class with background task logic that implements the IHostedService interface.
Link
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-3.1&tabs=visual-studio

authors

This topic has no history of related authors.