Hangfire in ASP.NET Core - Handle Background Jobs Easily
Code Maze Code Maze
14.2K subscribers
1,579 views
89

 Published On Sep 4, 2024

►► Master Web API development Best Practices: https://bit.ly/3TnqoFQ
►► Build great web apps in Blazor WebAssembly: https://bit.ly/437g87T
►► Support us on Patreon and get the source code:   / codemaze  

Hi everyone. My name is Marinko Spasojevic and in this video, I will show you how to execute background work easily in .NET with the Hangfire library.

Almost all applications need some background work, and there are many situations where we need to keep that work away from the spotlight.

Sometimes it’s a long-running task that slows down the application flow. An example might be uploading photos to a social media platform. We can do the upload task behind the scenes and the user can continue to browse freely.

We may also need to schedule some tasks to run every hour, week, or maybe a month like watching out for inactive users or sending subscription invoices.

We can handle all these tasks with a good background task scheduler that takes care of the details for us. This is where Hangfire shines.

FOLLOW US ON SOCIAL MEDIA!
►►   / marinko-spasojevic  
►►   / codemazeblog  
►►   / codemazeblog  

show more

Share/Embed