.NET 6 - Background Jobs with Hangfire 🔥🔥🔥

preview_player
Показать описание
In this video we will be going to be discussion Background jobs with Hangfire in .NET 6 Application why do we need it and how can we implement it in our .NET 6 Web API.

Support me on Patreon to access the source code:

Create .NET 6 Web API

.NET 6 and PostgreSQL

.NET 6 - AutoMapper & Data Transfer Objects (DTOs) 🗺

Middlewares

Dependency Injections

Let us connect:

Support my work:

Hire Me:

WHO AM I:
I'm Mohamad, a Enterprise Architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.

GET IN TOUCH:

#dotnet #hangfire #api
Рекомендации по теме
Комментарии
Автор

Great tutorial Mohamad, I'm just about to implement Hangfire at my job and this refreshment tutorial gave me exactly what I wanted. Keep up the good work!

MulzaTech
Автор

Great video Mohamad thanks, I wil implement in one of my projects, help me a lot.

adiazwise
Автор

I give this video a 5 star. Thank you Mohamad

nduluevictor
Автор

Excellent, I just recommend making bigger the macos terminal because on phone it is not very visible

tempusmagia
Автор

Could you please do a serie about logging using serilog? Thanks!

quochoantran
Автор

Really good video Mohamad, thanks for sharing your knowledge.

I have two questions, you can answer them with Yes or No if you want.

1. Can we setup multiple workers?
2. Can we specify queues in order that specific workers only runs? For example, in worker 1 only jobs that are queued into the "database" queue should run and in worker 2 only jobs that are queued into the "mailing" and "default" queue should run

Thanks again!

diegomelgar
Автор

please tell me how is hangfire a better solution than going with for example azure webjobs or timed windows services, or even a simple separate thread forked from current running service. thx

CrisDevDotDot
Автор

Thank you for this video, you're a great help man.

kuysberg
Автор

Thank you Mohammed, your videos are very informative!

ayoubdkhissi
Автор

Good tutorial but I didn't understand why we are using the Drivers stuff initially. Was it to do with configuring hangfire or a background jobs example to showcase hangfire?

stevemcqueen
Автор

Since hangfire has default retrial mechnisum of 10. let say after 10 retrial it failed, How to know that when using hangfire.

shubhamverma
Автор

thanks a lot for publishing these. very helpful

shakilajayarathna
Автор

So If I want to just implement a task/job that runs every hour, but I don't need any exposed endpoints, I would still create WebAPI project, without endpoints but with background services? Seems kind of strange.

wittttttt
Автор

Can we use hangfire in Azure Function App ?

saguusilent
Автор

How do you get the dashboard to come up so easily? I've never been able to get the hangfire dashboard to appear. /hangfire doesn't work on any of my hangfire apps. It's just a 404 error.

bwzffgh
Автор

Ya habibi do you code, while having you Huqqa on the side? Amazing video ya ibn al halal..

waliqadri
Автор

What if my application is deployed on Server and i am not using application on browser then this background jobs will work if we are not using application at real time?

ArjunThakur-um
Автор

ApiControllerAttribute does validate ModelState already/ Checking ModelState in actions is dublicate this logic

vadimr
Автор

Does hangfire support kerberos authentication?

SaiKumar-gpkb
Автор

How to have the background service runs by it self and not just after an api call, like send an email every 7 Days

harrisonwell