Hangfire - Using Dependancy Injection (Simple Injector)
This guide provide the basic steps required to successfuly implement dependancy injection with Hangfire (https://www.hangfire.io) backgroud task processor engine.
First of all just read this article from Hangfire docs to understand the basics of using IOC container with Hangfire.
I am using the following IOC extention in this example. Hangfire.SimpleInjector.