Super Simple HTTP Client Application Guide in C#

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • In this video, I give an introduction to HTTP Clients in C#. This video is designed as a brief overview of how to use HTTPClient in your own C# projects, for both .NET Framework and .NET Core applications. HTTP can seem like a daunting concept at first, but this video should help to eliminate the difficulties of getting started with HTTP in C#.
    For any questions, comments, suggestions or discussions join my discord server with this link: / discord
    The github repository for the code shown in this video can be found at this link: github.com/vmi...

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

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

    Thanks Vere. I like how you said what each statement was doing, in plain talk.

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

    Clearest beginner level video I've seen. Helped me a lot man ty.

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

    very helpful and clear video - thanks, it is much appreciated 👍👍

  • @harryminnie6
    @harryminnie6 3 года назад +1

    I have been searching for something like this for a long time. Thank you!

  • @jakesauras
    @jakesauras 3 года назад +2

    Thanks man, really concise, no nonsense. Subbed.

  • @neilvermeulen5283
    @neilvermeulen5283 3 года назад +1

    Thanx mate. It works.

  • @maddiebahle
    @maddiebahle 3 года назад +1

    Great video!

    • @veremiller2171
      @veremiller2171  3 года назад +1

      Thank you, I appreciate the support!!!

  • @andrewfleischer2333
    @andrewfleischer2333 3 года назад +1

    Very informative!

  • @emanueldumitru3920
    @emanueldumitru3920 3 года назад +1

    But if u don't receive any response from http link, what happens with the program?

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

      In this example it would probably terminate, but you can do a lot of things after a failed request, such as try again or display a message back to the user