12 skills found
dotnet-labs / ServiceWorkerCronJobSchedule Cron Jobs using HostedService in ASP.NET Core
kdcllc / CronScheduler.AspNetCoreA powerful Cron Jobs Scheduler for ASP.NET Core and .NET Core (2.x-8.x). Simplify the management of self-hosted and ASP.NET Core-based scheduled tasks with a flexible and reliable solution. Designed for developers needing robust task scheduling in modern frameworks.
paulveillard / Cybersecurity Self HostedA collection of awesome framework, libraries, learning tutorials, videos, webcasts, technical resources and cool stuff about Self Hosting.
srigumm / ECupcakesFactoryOnContainers"eCupcakesFactoryOnContainers" is based on a simplified "Microservices" architecture and docker containers. Core intent of this reference application is to provide reference implementation for .Net developers to easily get started with containerized microservices using .Net Core and Kafka.
camunda-community-hub / Zeebe Client Csharp AcceleratorC# Zeebe Job Workers made easy - boostrapped via a .NET HostedService and added to DI
camunda-community-hub / Zeebe Client Csharp BootstrapZeebe Job handlers are automaticly recognized and boostrapped via a .Net HostedService.
RoundTheCode / File LoggerAn ASP.NET Core for .NET 5 Web API which extends .NET Core's Logging Feature to Log to Text files in a HostedService.
buraktamturk / JustScheduler.NET Core Background Scheduler that supports multiple backends for 21st century! Built on HostedServices and supports dependency injection that is already present on your application!
codernr / Timed Hosted Service ExampleExample ASP.NET Core project demonstrating how to poll a database for queued jobs on a regular basis and execute them with a hosted service.
rallets / Console App Net5A console app built using .NET Core 5 with support to Microsoft DI best practices to show how to setup: Multiple environments, Configuration values using the Options pattern, Appsettings, Usersecrets, Azure KeyVault, Azure Application Insight, TelemetryClient, HostedService, HttpClientFactory.
nykez / Gmod Trackera discord bot that tracks all Garry's Mod commits and broadcasts them to guilds
habiburrahman-mu / Dotnet BackgroundWorkerExamplesExplore the power of background processing in .NET with a comprehensive showcase featuring examples for IHostedService, BackgroundService, WorkerService, and Hangfire.