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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 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

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

  • @er.manojsingh7359
    @er.manojsingh7359 หลายเดือนก่อน

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

    • @CodeMaze
      @CodeMaze  หลายเดือนก่อน

      Glad it was helpful!

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

  • @andresbeltran5779
    @andresbeltran5779 8 หลายเดือนก่อน

    Excellent 😬😬

    • @CodeMaze
      @CodeMaze  8 หลายเดือนก่อน

      Thank you. Glad you like it.

  • @I-PixALbI4-I
    @I-PixALbI4-I 8 หลายเดือนก่อน

    Thx for video!

    • @CodeMaze
      @CodeMaze  8 หลายเดือนก่อน

      My pleasure. Thanks for watching.

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