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: https://github.com/gavilanch/HttpClientTutorialEng
-----
Udemy courses:
- ASP.NET Core and Angular: https://www.udemy.com/course/building-applications-with-angular-and-aspnet-core/?referralCode=F10588F1FFACC54EDC63
- Programming in Blazor: https://www.udemy.com/course/programming-in-blazor-aspnet-core/?referralCode=8EFA9D9FF38E3065DF0C
- Building RESTful Web APIs with ASP.NET Core: https://www.udemy.com/course/building-restful-web-apis-with-aspnet-core/?referralCode=DAFD27F4028D04B62181
- Introduction to Concurrency in C# - Async and Parallelism: https://www.udemy.com/course/introduction-to-concurrency-in-c-async-and-paralellism/?referralCode=3F272D949112E965EC08
Download
0 formats
No download links available.
1- Introduction to HttpClient - GetAsync and GetStringAsync - C# and HttpClient | NatokHD