Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required (by HangfireIO)
RabbitMQ.NET
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+ (by rabbitmq)
Hangfire | RabbitMQ.NET | |
---|---|---|
67 | 2 | |
9,676 | 2,181 | |
0.6% | 1.9% | |
8.9 | 9.2 | |
4 days ago | 7 days ago | |
C# | C# | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Hangfire
Posts with mentions or reviews of Hangfire.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-02.
-
The Hangfire Cookbook: A Practical Guide to Background Job Processing in .NET and Azure
Hangfire is one of the most powerful background job processing libraries in the .NET ecosystem. Whether you're working with ASP.NET Core, .NET Framework, or integrating with Azure Services, Hangfire simplifies job scheduling, execution, and monitoring.
-
Building a Real-Time Santa's Workshop Tracker with SignalR and .NET 9
SignalR and .Net work so well together. We also heavily leverage Hangfire (https://github.com/HangfireIO/Hangfire) in our apps for any async/background processes as well.
-
Recurring Tasks in .NET C# : All options explained
Hangfire is a popular library for background job scheduling in .NET that provides support for recurring jobs, real-time monitoring, and persistent storage.
-
Step-by-Step Guide to Scheduling API Calls with Hangfire in ASP.NET Core
By following this guide, you have integrated Hangfire into your . NET 8 project and scheduled an API call using Hangfire with SQL Server as the storage provider. This setup ensures your API is called regularly according to the specified schedule. For more advanced Hangfire configurations and storage options, refer to the official Hangfire documentation.
-
20 Top C# Frameworks and Libraries on GitHub for Building Powerful Applications
6. Hangfire
- Hangfire – Background Processing in .NET and .NET Core Applications
-
Deno Cron
Unpopular opinion incoming... What I see is yet another way that the backend JS world is finally achieving something .NET had years ago[0].
Node/Deno/Bun/etc. + npm sounds super straightforward at first glance (and it is at first). But I've thought for years that it's far easier to be productive as an organization on .NET in Visual Studio, since it's simpler to design, deliver, and maintain infrastructure.
[0] https://www.hangfire.io/
-
Boosting Productivity with HangFire: Streamlining Background Job Processing
you can read about it here HangFire Documentation
-
How do you save a file at the end of the day within a function that is only called at certain times?
I mostly work in .NET, and typically use Hangfire, but all languages has similar frameworks
-
What can I use as a simple message bus with persistence in .NET?
Its hard to tell what tool would be a best fit without more information, but I would suggest looking at Hangfire for background job processing: https://www.hangfire.io/
RabbitMQ.NET
Posts with mentions or reviews of RabbitMQ.NET.
We have used some of these posts to build our list of alternatives
and similar projects.
- Known rabbitMQ problems when upgrading to .NET7?
-
Consuming multiples messages from one channel with the official RabbitMQ dotnet client
In this post, you'll learn how to consume multiple messages on a single channel using the official RabbitMQ.Client for dotnet with the proper caution to avoid concurrency problems or freezing the consumer.
What are some alternatives?
When comparing Hangfire and RabbitMQ.NET you can also consider the following projects:
MassTransit - Distributed Application Framework for .NET
EasyNetQ - An easy to use .NET API for RabbitMQ
QuartzNet - Quartz Enterprise Scheduler .NET
Kafka Client
NetMQ - A 100% native C# implementation of ZeroMQ for .NET