Processing jobs in a console application¶ To start using Hangfire in a console application, you’ll need to install Hangfire packages to your console application first. So, use yo...
Installation¶ Hangfire project consists of a couple of NuGet packages available on NuGet Gallery site . Here is the list of basic packages you should know about: Hangfire – bo...
Configuring logging¶ Starting from Hangfire 1.3.0, you are not required to do anything , if your application already uses one of the following libraries through the reflection (s...
Processing jobs in a web application¶ Ability to process background jobs directly in web applications is a primary goal of Hangfire. No external application like Windows Service ...
Processing jobs in a Windows Service¶ To start using Hangfire in a Windows Service, you’ll need to install Hangfire packages to your console application first. So, use your Packa...