How to bypass proxy with IHttpClientFactory
In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)In this post I’ll show you how easy it is to configure IHttpClientFactory. Keep reading.
By Mirek on (tags: HttpClient, HttpClientFactory, proxy, categories: architecture, code, web)HttpClient is probably one of the most important and most commonly used class in .NET ecosystem. However, it looks like not every developer (including myself) knows how to properly use it.
By Mirek on (tags: ASP.NET, HttpClient, HttpClientFactory, .NET 6.0, categories: architecture, code, web)In this post I am going to show you how to utilize the new TFS 2017 REST API. In particular you will see how easy is to list, queue and manage builds for your team project.
By Mirek on (tags: build, HttpClient, REST, tfs, categories: infrastructure, web)