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.
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.
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!
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.
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.
@@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?
@@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.
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.
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
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.
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
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
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!
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.
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.
🌟 Join My Patreon: patreon.com/CodingDroplets
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.
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.
Never I have the courage to read the document, thanks for this useful video summary about this component
You're very welcome! I'm glad the video could provide a helpful overview of Hangfire for you.
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
Thank you for your feedback! I'm glad you found the tutorial helpful.
Thank you so much for this amazing Hangfire introduction! 👍💯
You're very welcome! Glad to hear that.
Very clear explanation of background job, thank you
You are welcome!
Great job. Thorough and concise
Thank you so much for your feedback! Glad to hear that.
This is one is so on point and easy explanation. Thank you for making this video.
You're very welcome!
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!
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.
Best explaination about hagnfire!
Thank You! Glad to hear that.
You're a GEM!
Is it possible to make the prompt dialog show each time i access the hangfire page?
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.
@@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?
really easy explanation, learn a lot. thanks your video
Thank you so much for your positive feedback! Glad to hear that.
Great video, but please use chapters in your videos.
Thank you for your feedback! I'm glad you found the video helpful. I appreciate your suggestion to use chapters in my videos.
@@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.
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.
I'm glad to hear that the tutorial was helpful for you!
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
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.
@@CodingDroplets thank you for the reply, I got it now
You are most welcome.
Crystal clear!
Thank You!
Thanks man
You're welcome!
Thank for your effort.
You're welcome! I'm glad you found the tutorial helpful.
Can you make video how to use PostgreSQL with Hangfire???
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
Greate! thanks for your time to record this for us!!!
You're very welcome! I'm glad you found the Hangfire video helpful.
THANK YOU
You are most welcome!
Thank you
You're welcome
How can I do this but with oracle database? I am struggling
You can try the below library.
github.com/akoylu/Hangfire.Oracle.Core
Great
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
thank you
is there any udemy course of hang fire?
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!
I think most companies dont let you use AI
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.
More ads than video in this tutorial...
I'm sorry to hear that the ads disrupted your viewing experience. Thank you for your feedback!
A bit disappointed, as it's just assumed we know Swagger.
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.
What is there to know? It’s a UI for invoking the endpoints