15 skills found
NCronJob-Dev / NCronJobA Job Scheduler sitting on top of IHostedService in dotnet.
stevejgordon / IHostedServiceAsAServiceA small example of a generic host based .NET core app which can be run as a Windows Service.
furkandeveloper / EasyCronJobThis repository provides easy cron job to your application on IHostedService.
akkadotnet / Akka.HostingAkka.Hosting - standardized Akka.NET hosting without any HOCON configuration. Ties into Microsoft.Extensions.Configuration, Logging, Hosting, and DependencyInjection.
Hawxy / Discord.Addons.HostingSimplifying Discord.NET hosting with .NET Generic Host (Microsoft.Extensions.Hosting)
stevejgordon / IHostedServiceSampleA sample 2.0 preview 2 API which implements IHostedService
geirsagberg / HostFunExample of running Hangfire as an `IHostedService`
ardacetinkaya / DepremkontrolSimple demonstration of .NET Core 3.0 - BackgroundService to create long-running IHostedService applications
NCodeGroup / MassTransit.Extensions.HostingMassTransit configuration extensions using Microsoft.Extensions.Hosting.IHostedService and Microsoft.Extensions.DependencyInjection.
axle-h / MassTransit.RabbitMq.Extensions.HostingBetter configuration for RabbitMQ backed MassTransit with IHostedService
glad4enkonm / IHostedServiceRabbitMQSimple RabbitMQ client implemented with .net core 2.2 and IHostedService interface.
CarlosLanderas / Aspnet Core Hosted Services SamplesAsp.Net Core 2 new IHostedService combined with hangfire to handle background tasks
habiburrahman-mu / Dotnet BackgroundWorkerExamplesExplore the power of background processing in .NET with a comprehensive showcase featuring examples for IHostedService, BackgroundService, WorkerService, and Hangfire.
MV10 / CoordinatedBackgroundServiceAn implementation of IHostedService which separates initialization from execution
dotnetbots / CronBackgroundServices`IHostedService` implementation triggered by CRON expressions