Hangfire - Hangfire in .Net Core | Hangfire Asp.Net Core

  Рет қаралды 31,292

Coding Droplets

Coding Droplets

Күн бұрын

Пікірлер: 64
@CodingDroplets
@CodingDroplets 11 ай бұрын
🌟 Join My Patreon: patreon.com/CodingDroplets
@endasil
@endasil 7 ай бұрын
I absolutely hate people who put ads in the middle of their videos. But I love how the calm clear voice and find the explanations in this video really good. I wish it went trough a bit more than the absolute basics.
@CodingDroplets
@CodingDroplets 7 ай бұрын
Thank you for your feedback! I'm glad to hear you found the explanations clear and helpful. I'll consider covering more advanced topics in future videos. Your input is valuable, and I'll keep it in mind to improve the content.
@olivier0003
@olivier0003 Жыл бұрын
Never I have the courage to read the document, thanks for this useful video summary about this component
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome! I'm glad the video could provide a helpful overview of Hangfire for you.
9 ай бұрын
Great, the speed of your voice is slow it make I who does not use ENG listen and understand all . Thank you for this video
@CodingDroplets
@CodingDroplets 9 ай бұрын
Thank you for your feedback! I'm glad you found the tutorial helpful.
@robl39
@robl39 11 ай бұрын
Great job. Thorough and concise
@CodingDroplets
@CodingDroplets 11 ай бұрын
Thank you so much for your feedback! Glad to hear that.
@williambell4591
@williambell4591 11 ай бұрын
Thank you so much for this amazing Hangfire introduction! 👍💯
@CodingDroplets
@CodingDroplets 11 ай бұрын
You're very welcome! Glad to hear that.
@chintsbilly
@chintsbilly Жыл бұрын
This is one is so on point and easy explanation. Thank you for making this video.
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome!
@VaquinhaAnimal
@VaquinhaAnimal Жыл бұрын
Best explaination about hagnfire!
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank You! Glad to hear that.
@danurarya0823
@danurarya0823 4 ай бұрын
Very clear explanation of background job, thank you
@CodingDroplets
@CodingDroplets 4 ай бұрын
You are welcome!
@PaulKizilos
@PaulKizilos Жыл бұрын
Excellent! This tutorial helped me configure Hangfire to run with existing EF code-first database. Other configuration attempts were giving me the error, "Format of the initialization string does not conform to specification starting at index 0." Thank you!
@CodingDroplets
@CodingDroplets Жыл бұрын
I'm glad the tutorial was helpful for you! The error "Format of the initialization string does not conform to specification starting at index 0" typically indicates an issue in the connection string. Double-check your connection string in the configuration to ensure it is correctly formatted and pointing to your database.
@AminVincent
@AminVincent Жыл бұрын
really easy explanation, learn a lot. thanks your video
@CodingDroplets
@CodingDroplets Жыл бұрын
Thank you so much for your positive feedback! Glad to hear that.
@enjibahaa3448
@enjibahaa3448 5 ай бұрын
You're a GEM! Is it possible to make the prompt dialog show each time i access the hangfire page?
@CodingDroplets
@CodingDroplets 5 ай бұрын
Thank you for your kind words! Could you please clarify what kind of prompt you are referring to? If you mean a user authentication prompt, that is already covered in the video.
@enjibahaa3448
@enjibahaa3448 5 ай бұрын
@@CodingDroplets Yes but when refreshing it doesn't reopen the prompt credential for the user, as it already saves the data in the browser's cache. I tried to clear the cache in a middleware but failed. Can you assist, please?
@venkateshchinthakindi1421
@venkateshchinthakindi1421 5 ай бұрын
I just wanted to understand why hangfire, which type of problems does it solve, it's looks like we can use azure functions instead of this right, please correct me if I am wrong
@CodingDroplets
@CodingDroplets 5 ай бұрын
Azure Functions can also handle background tasks, Hangfire can be a better fit for on-premise applications or when you need tighter integration with your existing .NET infrastructure. Each tool has its own strengths, and the best choice depends on your specific use case and deployment environment.
@venkateshchinthakindi1421
@venkateshchinthakindi1421 5 ай бұрын
@@CodingDroplets thank you for the reply, I got it now
@CodingDroplets
@CodingDroplets 5 ай бұрын
You are most welcome.
@wladimirllanos1438
@wladimirllanos1438 11 ай бұрын
Crystal clear!
@CodingDroplets
@CodingDroplets 11 ай бұрын
Thank You!
@shahzadahmad-vg2ou
@shahzadahmad-vg2ou 8 ай бұрын
Thank you very much. I was looking exactly for this. I have deployed my API on Azure and was unable to access it. I think the authentication feature will solve the issue.
@CodingDroplets
@CodingDroplets 8 ай бұрын
I'm glad to hear that the tutorial was helpful for you!
@carlossantamaria1820
@carlossantamaria1820 Жыл бұрын
How can I do this but with oracle database? I am struggling
@CodingDroplets
@CodingDroplets Жыл бұрын
You can try the below library. github.com/akoylu/Hangfire.Oracle.Core
@WikkiOnIlluminati
@WikkiOnIlluminati Жыл бұрын
Can you make video how to use PostgreSQL with Hangfire???
@CodingDroplets
@CodingDroplets Жыл бұрын
I'll definitely consider creating a tutorial on that topic in the future. In the meantime, if you're looking to use PostgreSQL with Hangfire, you might find the Hangfire.PostgreSql extension helpful. github.com/hangfire-postgres/Hangfire.PostgreSql
@minhnguyenkha867
@minhnguyenkha867 Жыл бұрын
Thank for your effort.
@CodingDroplets
@CodingDroplets Жыл бұрын
You're welcome! I'm glad you found the tutorial helpful.
@Maindev1994
@Maindev1994 8 ай бұрын
is there any udemy course of hang fire?
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you for your comment! Unfortunately, I don't have any Udemy courses on Hangfire at the moment. However, I appreciate your interest in learning more about Hangfire. If you have any questions about the tutorial or Hangfire in general, feel free to ask, and I'll do my best to help you out!
@fabianomartins1440
@fabianomartins1440 Жыл бұрын
Greate! thanks for your time to record this for us!!!
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome! I'm glad you found the Hangfire video helpful.
@Kimo.Codess
@Kimo.Codess 2 ай бұрын
Thanks man
@CodingDroplets
@CodingDroplets Ай бұрын
You're welcome!
@izecjaxn9971
@izecjaxn9971 9 ай бұрын
Great video, but please use chapters in your videos.
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you for your feedback! I'm glad you found the video helpful. I appreciate your suggestion to use chapters in my videos.
@izecjaxn9971
@izecjaxn9971 8 ай бұрын
@@CodingDroplets I’m not being snarky and I hope you don’t take it that way. As someone who needed to learn a specific part of Hangfire it became cumbersome trying to find a very, very specific part of this video. I ended up having to write down the time stamps I needed in order to come back to it later. Otherwise, fantastic explanation.
@ArwaMahjub-h2w
@ArwaMahjub-h2w 8 ай бұрын
THANK YOU
@CodingDroplets
@CodingDroplets 8 ай бұрын
You are most welcome!
@ranjitsingh9791
@ranjitsingh9791 8 ай бұрын
Thank you
@CodingDroplets
@CodingDroplets 8 ай бұрын
You're welcome
@danle9942
@danle9942 Жыл бұрын
Great
@CodingDroplets
@CodingDroplets Жыл бұрын
You're very welcome, and I'm glad you found the video helpful! You can access the sample source code for the Hangfire demonstration in this GitHub repository: github.com/codingdroplets/HangfireDemo
@danle9942
@danle9942 Жыл бұрын
thank you
@Maindev1994
@Maindev1994 8 ай бұрын
I think most companies dont let you use AI
@CodingDroplets
@CodingDroplets 8 ай бұрын
Thank you for your comment! While it's true that some companies may have restrictions on using AI, there are alternatives available for generating cron expressions for Hangfire. Several websites provide tools specifically for generating cron expressions tailored to Hangfire's syntax. These tools are typically user-friendly and don't rely on AI. Feel free to explore these options to generate cron expressions that suit your scheduling needs.
@endasil
@endasil 7 ай бұрын
More ads than video in this tutorial...
@CodingDroplets
@CodingDroplets 7 ай бұрын
I'm sorry to hear that the ads disrupted your viewing experience. Thank you for your feedback!
@snapman218
@snapman218 Жыл бұрын
A bit disappointed, as it's just assumed we know Swagger.
@CodingDroplets
@CodingDroplets Жыл бұрын
I understand your concern. In this tutorial, the main focus was on demonstrating Hangfire functionality. While I used Swagger to trigger the APIs, I apologize if it created confusion. If you're not familiar with Swagger, it's a tool for API documentation and testing. You can explore it separately to understand its usage. We already have separate videos on Web API in which Swagger functionality is explained.
@robl39
@robl39 11 ай бұрын
What is there to know? It’s a UI for invoking the endpoints
The Only .NET Scheduler You Should Be Using!
16:38
Nick Chapsas
Рет қаралды 58 М.
Background Jobs in ASP.NET Core
18:35
IAmTimCorey
Рет қаралды 59 М.
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 292 М.
Create Stunning PDF Reports Effortlessly in DotNet Core!
7:47
Coding Droplets
Рет қаралды 2,3 М.
C# ASP.NET Core 5 | Hangfire
24:30
codaza
Рет қаралды 10 М.
Serilog 🚀 Logging in .NET 7 Made Simple & Fun
16:23
Patrick God
Рет қаралды 49 М.
Background Tasks Are Finally Fixed in .NET 8
10:29
Nick Chapsas
Рет қаралды 118 М.
Hangfire + MediatR = Message Dispatcher
10:56
CodeOpinion
Рет қаралды 22 М.
Mastering NestJS Authentication | Basic to Advanced
13:01
Programming with Lakshya
Рет қаралды 209
Back to Basics: Efficient Async and Await - Filip Ekberg - NDC Oslo 2023
1:01:25
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН