5 - Learning how to use IHttpClientFactory | Best Practices | HttpClient C#

Поделиться
HTML-код
  • Опубликовано: 14 июл 2021
  • Get my Udemy courses with a discount: gavilan.blog/my-courses/
    In this video we'll see why we should use IHTTPClientFactory to create instances of the HttpClient class. We'll see how to create named and tiped clients with this factory.
    Repository of the series: github.com/gavilanch/HttpClie...

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

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

    Thank you man. IT guides and articles are usually hard to follow. Yours was simple and informative.

  • @irlonterblanche1639
    @irlonterblanche1639 2 года назад

    Great video Felipe! Thank you!

  • @danielcapeluto7947
    @danielcapeluto7947 2 года назад

    Que buen resumen. Saqué más de este video en 15 mins. que leyendo del tema hora y media... Gracias

  • @pozthethird8638
    @pozthethird8638 Год назад

    Very easy to follow on and straight to the point - great video!

  • @mestrestephane9087
    @mestrestephane9087 Год назад

    Very good explanation. Thanks a lot.

  • @phalgunb2939
    @phalgunb2939 3 года назад

    Great, Thank You.

  • @simonevoso3514
    @simonevoso3514 2 года назад

    great explanation compliments

  • @chishamisochivhenge5337
    @chishamisochivhenge5337 Год назад

    Thanks, really easy to follow

  • @basuka91
    @basuka91 Год назад

    Straight forward!

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

    Hi Felipe, thank you for your effort.
    Quick question, can we combine the first with the third option, that is creating a class and an Interface, and there to inject the HttpClientFactory instead of HttpClient ? Would this be the "best of both world" ?

  • @floringhisa48
    @floringhisa48 2 года назад +1

    Best I saw so fa

  • @lollo4711
    @lollo4711 2 года назад

    Is the factory re-using objects? I ask because if it re-uses httpClient objects can a client object be faulty (has an internal error, not responding or something)?

  • @samjakrishnan6969
    @samjakrishnan6969 2 года назад

    Quick Question! Can we implement IHttpClientFactory in Windows Form Applications?