Hangfire in Core - Handle Background Jobs Easily

►► Check out our courses: ►► Support us on Patreon and get the source code: 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! ►► ►► ►►
Back to Top