Engr. Md. Hasan MonsurHttpClient: Best Practices for Maximize Performance in .NET of Http RequestIn today’s fast-paced world of web development, efficiency and performance are more important than ever. Modern .NET applications, whether…Oct 19
C:\Dave\StoreyUsing Polly v8 with HttpClientFactoryHow to use Polly resilience with HttpClientFactory in .NETFeb 231
Muhammad UmairUsing HttpClient Effectively in C#.NET Core 8 with Centralized Policy ManagementIn modern .NET applications, interacting with external APIs via HttpClient is a frequent requirement. However, using HttpClient improperly…Sep 6Sep 6
Imad EbraheemUsing HttpClient in .Net core Api EfficientlyYou are building your .net core project, and you have a requirement to call another service (micro service, or external service), then you…Oct 26, 2023Oct 26, 2023
Dusan VelimirovicNetworking in .NET — HTTP Client and Writing an HTTP Server in .NETThe HttpClient class and writing an HTTP server are two significant aspects of network programming in .NET, allowing for robust…Aug 28Aug 28
Engr. Md. Hasan MonsurHttpClient: Best Practices for Maximize Performance in .NET of Http RequestIn today’s fast-paced world of web development, efficiency and performance are more important than ever. Modern .NET applications, whether…Oct 19
C:\Dave\StoreyUsing Polly v8 with HttpClientFactoryHow to use Polly resilience with HttpClientFactory in .NETFeb 231
Muhammad UmairUsing HttpClient Effectively in C#.NET Core 8 with Centralized Policy ManagementIn modern .NET applications, interacting with external APIs via HttpClient is a frequent requirement. However, using HttpClient improperly…Sep 6
Imad EbraheemUsing HttpClient in .Net core Api EfficientlyYou are building your .net core project, and you have a requirement to call another service (micro service, or external service), then you…Oct 26, 2023
Dusan VelimirovicNetworking in .NET — HTTP Client and Writing an HTTP Server in .NETThe HttpClient class and writing an HTTP server are two significant aspects of network programming in .NET, allowing for robust…Aug 28
Onafeso OlawaleinStackademicWhy you should use IHttpClientFactory in .NET for HTTP requestsIHttpClientFactory is an opinionated factory for creating HttpClient instances to be used in your applications. The well-known HttpClient…May 20
Mehmet OzkayaBuilding Client Application with Refit HttpClientFactory Library in .NET 8 MicroservicesWe are going to develop Shopping Web Application Microservices with Refit HttpClientFactory Library.Mar 26
Semih YücelDynamic Rest Api Call in .Net CoreIn .NET Core projects, I have developed a structure that allows us to dynamically call REST services by using the REST API schemas we have…Apr 30, 20231