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

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 64

  • @CodingDroplets
    @CodingDroplets  9 месяцев назад

    🌟 Join My Patreon: patreon.com/CodingDroplets

  • @endasil
    @endasil 5 месяцев назад +5

    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  5 месяцев назад

      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 Год назад +2

    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.

  •  7 месяцев назад +2

    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  7 месяцев назад

      Thank you for your feedback! I'm glad you found the tutorial helpful.

  • @williambell4591
    @williambell4591 9 месяцев назад +1

    Thank you so much for this amazing Hangfire introduction! 👍💯

    • @CodingDroplets
      @CodingDroplets  9 месяцев назад

      You're very welcome! Glad to hear that.

  • @danurarya0823
    @danurarya0823 2 месяца назад +1

    Very clear explanation of background job, thank you

  • @robl39
    @robl39 9 месяцев назад +2

    Great job. Thorough and concise

    • @CodingDroplets
      @CodingDroplets  9 месяцев назад

      Thank you so much for your feedback! Glad to hear that.

  • @chintsbilly
    @chintsbilly Год назад +1

    This is one is so on point and easy explanation. Thank you for making this video.

  • @PaulKizilos
    @PaulKizilos 11 месяцев назад +1

    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  11 месяцев назад +1

      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.

  • @VaquinhaAnimal
    @VaquinhaAnimal 11 месяцев назад +1

    Best explaination about hagnfire!

  • @enjibahaa3448
    @enjibahaa3448 3 месяца назад +1

    You're a GEM!
    Is it possible to make the prompt dialog show each time i access the hangfire page?

    • @CodingDroplets
      @CodingDroplets  3 месяца назад

      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 3 месяца назад

      @@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?

  • @AminVincent
    @AminVincent 11 месяцев назад +1

    really easy explanation, learn a lot. thanks your video

    • @CodingDroplets
      @CodingDroplets  11 месяцев назад

      Thank you so much for your positive feedback! Glad to hear that.

  • @izecjaxn9971
    @izecjaxn9971 7 месяцев назад +2

    Great video, but please use chapters in your videos.

    • @CodingDroplets
      @CodingDroplets  6 месяцев назад +1

      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 6 месяцев назад

      @@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.

  • @shahzadahmad-vg2ou
    @shahzadahmad-vg2ou 6 месяцев назад +1

    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  6 месяцев назад

      I'm glad to hear that the tutorial was helpful for you!

  • @venkateshchinthakindi1421
    @venkateshchinthakindi1421 3 месяца назад +1

    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  3 месяца назад

      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 3 месяца назад +1

      @@CodingDroplets thank you for the reply, I got it now

    • @CodingDroplets
      @CodingDroplets  3 месяца назад

      You are most welcome.

  • @wladimirllanos1438
    @wladimirllanos1438 9 месяцев назад +1

    Crystal clear!

  • @kimfom
    @kimfom 5 дней назад +1

    Thanks man

  • @minhnguyenkha867
    @minhnguyenkha867 11 месяцев назад +1

    Thank for your effort.

    • @CodingDroplets
      @CodingDroplets  11 месяцев назад +1

      You're welcome! I'm glad you found the tutorial helpful.

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 10 месяцев назад +1

    Can you make video how to use PostgreSQL with Hangfire???

    • @CodingDroplets
      @CodingDroplets  10 месяцев назад

      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

  • @fabianomartins1440
    @fabianomartins1440 Год назад +1

    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.

  • @ArwaMahjub-h2w
    @ArwaMahjub-h2w 6 месяцев назад +1

    THANK YOU

  • @ranjitsingh9791
    @ranjitsingh9791 6 месяцев назад +1

    Thank you

  • @carlossantamaria1820
    @carlossantamaria1820 10 месяцев назад +1

    How can I do this but with oracle database? I am struggling

    • @CodingDroplets
      @CodingDroplets  10 месяцев назад

      You can try the below library.
      github.com/akoylu/Hangfire.Oracle.Core

  • @danle9942
    @danle9942 Год назад +1

    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 7 месяцев назад +1

    is there any udemy course of hang fire?

    • @CodingDroplets
      @CodingDroplets  7 месяцев назад

      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!

  • @Maindev1994
    @Maindev1994 7 месяцев назад +1

    I think most companies dont let you use AI

    • @CodingDroplets
      @CodingDroplets  7 месяцев назад

      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 5 месяцев назад +1

    More ads than video in this tutorial...

    • @CodingDroplets
      @CodingDroplets  5 месяцев назад

      I'm sorry to hear that the ads disrupted your viewing experience. Thank you for your feedback!

  • @snapman218
    @snapman218 11 месяцев назад +2

    A bit disappointed, as it's just assumed we know Swagger.

    • @CodingDroplets
      @CodingDroplets  11 месяцев назад

      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 9 месяцев назад +3

      What is there to know? It’s a UI for invoking the endpoints