How To Build Resilient Cloud Applications With .NET 8

Поделиться
HTML-код
  • Опубликовано: 29 июл 2024
  • 💻Get the source code: go.dotnetacademy.io/resilienc...
    If your app talks to anything in the cloud, there is one certainty: things will not go as expected. Many of those http calls will fail, over and over again.
    But will these new simple by powerful .NET APIs you can quickly add resilience to your apps so that they can easily handle the most common issues automatically.
    🔥Become a Senior C# Backend Engineer: juliocasal.com/courses
    🗺️Get My Free .NET Backend Developer Roadmap: juliocasal.com/roadmap
    Join me on Patreon: / juliocasal
    Follow me on LinkedIn: / juliocasal
    Follow me on X: x.com/julioc
    #csharp #dotnet #cloudnative

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

  • @HolgerH1967
    @HolgerH1967 7 месяцев назад +3

    Thank you very much, clear, quick, concise - great video!

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

      Glad you liked it!

  • @user-nv4sh1ie7m
    @user-nv4sh1ie7m 4 месяца назад +2

    very nice adding to my mobile app now

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

    Really informative Julio. Thank you for this!

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

    Awesome video Julio, will definitely use that

  • @viktorasmickunas2527
    @viktorasmickunas2527 3 месяца назад +2

    How can we pass an ILogger to the OnRetry handler? Is it only though ResiliencyContext?

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

      There's a logger available via app.Logger.

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

    Great content 👍

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

    Are injecting transient typed client to a singleton service?
    What about DNS handling in this case?

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

      Sorry, I don't follow.

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

    Would you be so kind as to push the code to Github? Thanks!

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

      Source code here: www.patreon.com/posts/source-code-how-94099215