Month: October 2023

  • Hangfire background tasks for .NET – Part 1: The fundamentals

    Hangfire background tasks for .NET – Part 1: The fundamentals

    Whether a task takes to long to be processed directly by the webserver, we need to perform something sometime but not necessarily right now or our app needs the ability to scale out: Enabling tasks to be processed in the background is a powerful tool, but rolling your own solution is complicated. Hangfire is a…

    Continue reading