Use HttpClient Properly with HttpClientFactory With Named and Typed Clients in .NET

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

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

  • @CodeMaze
    @CodeMaze  8 месяцев назад

    Thank you all for watching and for your support.
    ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM
    ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33

  • @er.manojsingh7359
    @er.manojsingh7359 Месяц назад

    Thanks for add this in series and it will be really helpful. Thanks

    • @CodeMaze
      @CodeMaze  Месяц назад

      Glad it was helpful!

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

    I like your videos.
    You keep showing texts explaining important concepts.
    It is very helpful to emphasize them.

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

      Glad to hear that! Thanks for watching my videos.

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

    Hi Marinko, It's clearly explained and worked as expected. I was looking for something like this for a long time. However, my use case is slightly different. I need to protect my Azure function app instead of my WebApi. Do you have any thoughts?

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

      Hi Philip. First of all thanks for the kind words. I didn't work with Azure at all, well I did something small, but nothing more than that, so I hardly can help you with that.

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

      @@CodeMaze Thank you for getting back to me!

  • @NikolaGolijanin-m8s
    @NikolaGolijanin-m8s 8 месяцев назад

    Hi Marinko,
    is it better to configure your type client using action delegate while registering it or in constructor like you did? You are injecting http client inside CompaniesClient, i assume that is possible to configure base url and timeout inside program.cs while registering CompaniesClient.
    Best regards

    • @CodeMaze
      @CodeMaze  8 месяцев назад +1

      Hi. You can configure it inside the Program class, if you search through some of Microsoft's documentation, you will see they have similar examples. But, for me, it is always better to encapsulate that HttpClient configuration inside the typed client class, making the Program class cleaner with less configuration logic. Also, this is configuration strictly related to that specific client, so why not having it inside the typed client's class.

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

    Best Tutorial i use Tuyped Clients.

    • @CodeMaze
      @CodeMaze  8 месяцев назад

      Thank you very much. Yeah, I also prefer typed clients.

  • @I-PixALbI4-I
    @I-PixALbI4-I 8 месяцев назад

    Thx for video!

    • @CodeMaze
      @CodeMaze  8 месяцев назад

      My pleasure. Thanks for watching.

  • @andresbeltran5779
    @andresbeltran5779 8 месяцев назад

    Excellent 😬😬

    • @CodeMaze
      @CodeMaze  8 месяцев назад

      Thank you. Glad you like it.

  • @StefanLeshi
    @StefanLeshi 8 месяцев назад

    Great video

    • @CodeMaze
      @CodeMaze  8 месяцев назад

      Glad you enjoyed it

    • @StefanLeshi
      @StefanLeshi 8 месяцев назад

      @@CodeMaze i was curently workimg with http client and was looking how to optimize it so yeah this video made much easier , keep it up woth videos tnx.

    • @CodeMaze
      @CodeMaze  8 месяцев назад

      I am so glad to hear that. Sorry for the late response, didn't see your reply.