Using Redis¶ Hangfire Pro subscription required Starting from Hangfire 1.2, this feature is a part of Hangfire Pro package set Hangfire with Redis job storage implementation p...
Using SQL Server with MSMQ¶ Hangfire.SqlServer.MSMQ extension changes the way Hangfire handles job queues. Default implementation uses regular SQL Server tables to organize que...
Documentation¶ Getting Started Quickstart Tutorials Background Tasks in .NET by Derek Comartin Pluralsight Course Overview¶ Hangfire allows you to kick off meth...
Quick start¶ Installation¶ There are a couple of packages for Hangfire available on NuGet. To install Hangfire into your ASP.NET application with SQL Server storage, type th...
Configuration¶ Starting from version 1.4, GlobalConfiguration class is the preferred way to configure Hangfire. This is an entry point for a couple of methods, including ones fr...
Using SQL Server¶ SQL Server is the default storage for Hangfire – it is well known to many .NET developers and used in many project environments. It may be interesting that in t...
Using Dashboard¶ Adding Dashboard¶ Configuring Authorization¶ Read-only view¶ Change URL Mapping¶ Change Back to site Link¶ Multiple Dashboards¶ Using Dashboard¶ Hangfire...