1- Introduction to HttpClient - GetAsync and GetStringAsync - C# and HttpClient

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • In this new series we are going to explore different aspects of the HttpClient class. With this class we can issue HTTP requests from our C# applications. In this video we'll use the GetAsync and GetStringAsync methods.
    Repository of the series: github.com/gav...
    -----
    Udemy courses:
    - ASP.NET Core and Angular: www.udemy.com/...
    - Programming in Blazor: www.udemy.com/...
    - Building RESTful Web APIs with ASP.NET Core: www.udemy.com/...
    - Introduction to Concurrency in C# - Async and Parallelism: www.udemy.com/...

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

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

    your video's are lot more clear and helped me in understanding the content better on http. Thank you

  • @Gauravkumar-jm4ve
    @Gauravkumar-jm4ve 10 месяцев назад +1

    Awesome, explained in a very simple manner, thanks so much pls keep sharing more, subscribed

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

    Thanks for sharing! I subscribed and hit the bell to notification of all your future videos. Looking forward.

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

    Thank you very much. Please make a series of videos on stimulsoft report using mvc

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

    good explanation, keep doing more. First time checking your videos. SUBSCRIBED :)

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

    Good and clear explanation.

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

    Nice tutorial, Thanks!

  • @2005Azm
    @2005Azm 3 года назад

    Great tutorial! A quick example to consume this in Xamarin please???

  • @4thepeoplebythepeople521
    @4thepeoplebythepeople521 4 месяца назад

    you are awesome, thank you brother

  • @kurumi690
    @kurumi690 11 месяцев назад +1

    as I know, it is better not to use `using` for better performance bcs httpclient cost too much and u need to create only 1 instead of dublicate

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

    Helped me a lot! thank you

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

    Hi Sir, thank you.

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

    Can you do a tutorial on how to import csv files using input file component in blazor?

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

      So, import the csv and then display it in the UI in a table?

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

      @@gavilanch3803 Yes. Thank you .

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

    How are you able to see the values when hovering over the variables in Visual Studio? Is this a special debugging feature? Great video, thank you for sharing!

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

    Hi, Why did use httpclient and not IhttpclientFactory to create an instance fo httpclient?

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

      Hello, we started from the simple parts, later we will talk about that. Thanks

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

    how to deserialize it?