HTTP best practices using ASP.NET Core- Part 1

Past few years, we are using Httpclient but are we using it properly?  Recently, I came across the code of a senior developer from the other team. The developer was trying to communicate with the microservices by using HttpClient and has implemented his own logic of retry.  Implementing the own logic for retry is not …

Continue reading HTTP best practices using ASP.NET Core- Part 1