Tutorial about how to use the HttpClient in an asp.net core app in various way. Going as far as setting up a simple micro services scenario as well as showing the System.Net.Http.Json package.
Patreon 🤝 / raw_coding
Courses 📚 https://learning.raw-coding.dev
Shop 🛒 https://shop.raw-coding.dev
Discord 💬 / discord
Twitter 📣 / anton_t0shik
Twitch 🎥 / raw_coding
👉 Try Rider
https://www.jetbrains.com/store/redeem/
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP
System.Net.Http.Json: https://www.nuget.org/packages/System...
My video about Middleware: • In/Out Middleware Explained (C# ASP.N...
Source: https://github.com/raw-coding-youtube...
-- Documentation --
How To Use Docs
https://docs.microsoft.com/en-us/aspn...
About the problem with HttpClient
https://docs.microsoft.com/en-us/dotn...
HttpMessageHandler (the thing that our middleware plugs into)
https://docs.microsoft.com/en-us/dotn...
#csharp #aspnetcore