Explore the power of background processing in .NET with a comprehensive showcase featuring examples for IHostedService, BackgroundService, WorkerService, and Hangfire.
-
Updated
May 5, 2024 - C#
Explore the power of background processing in .NET with a comprehensive showcase featuring examples for IHostedService, BackgroundService, WorkerService, and Hangfire.
It is an example project for using rabbitmq and worker service together. Direct exchange is used on rabbitmq side. On the consumer side, messages were received from the queue with the worker service. After the task given asynchronously in the worker service, it was reported to rabbitmq.
This app shows how client and file creation service communicate with RabbitMQ.
A workerService template project
#IT: This is the Mentally back-end scrapper worker service to find interesting texts to read.
A simple and easy way to implement worker services scheduled by a CRON expression
worker service in .net core 3.1
A .NET 8 & RabbitMQ project demonstrating the Transactional Outbox Pattern for zero message loss. Guarantees "at-least-once" delivery and manages consumer idempotency, even during broker downtime.
Una simple WebApi con una implementación de una cola de tareas que se ejecutaran en segundo plano
A comprehensive ASP.NET Core application built with Clean Architecture principles for managing worker tasks and monitoring worker health. Features include CRUD operations, intelligent load balancing with consistent hashing, and three specialized background workers for automated task management.
A money transfer application with ability to top up customer balance, transfer money between customers, and view transaction processing history.
Processor for parsing, storing and processing exchange rates, a telegram bot serving exchange info. Automatic docker deploy.
A Simple .NET 5 Worker Service App for generating custom logs.
Projeto utilizando Coravel Scheduler Task, SeriLog e Azure AppConfiguration
Worker Service for Neon Remote (cross-platform). Used for remotely controlling, live monitoring your devices, accessing all devices as one merged network through web by listening through server sent event streams.
Worker Service with ASP.NET Core 3.1 and Quartz.NET
.NET 8 で Windows のサービスを作るサンプルです。
.Net Core 6.0 Worker Service which will run Weekly/Daily
Add a description, image, and links to the workerservice topic page so that developers can more easily learn about it.
To associate your repository with the workerservice topic, visit your repo's landing page and select "manage topics."