PreviousNext

Hangfire: Task Scheduler for .NET

by bill-s, 2017-12-16T07:00:36.000Z

Hangfire is a multi-threaded and scalable task scheduler built on client-server architecture on .NET stack (Task Parallel Library and Reflection) with the intermediate storage in a database. There is a free LGPL v3 version with open source. In this article, we are going to explore how to use Hangfire.

Read More