Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-hosted-services

Should .net core `IHostedService` start a new thread

Gracefully stopping ASP.NET Core Web App (from within Visual Studio debugger), an IHostedService-related question

.net core dependency injection to hosted service [duplicate]

.NET Generic Host : Prevent application crash on unhandled exception

IHostedService for tcp servers in .NET Core

IHostedService usable in Azure Functions App?

In ASP.NET Core 3.1, how can I schedule a background task (Cron Jobs) with hosted services for a specific date and time in the future?

Parallel queued background tasks with hosted services in ASP.NET Core

How can I write unit test for my background service?

How to start HostedService in MVC Core app without http request

Proper way to register HostedService in ASP.NET Core. AddHostedService vs AddSingleton