Skip to content

Hi, I'm Ankit

The story of my experiments with code

  • Twitter
  • Facebook
  • GitHub
  • LinkedIn
  • RSS
  • C#
  • .NET/.NET Core
  • Architecture & Design
  • Azure/ AWS
  • DevOps
  • Testing
  • Security
  • About

HttpClient

Client library for your Rest API – Is it worth the pain?

by Ankit Vijay on February 25, 2020September 26, 2020

Creating a client library for your Rest service can help your clients consume your Rest API. But is it a silver bullet to every problem?

Read More
.NET, .NET Core, Architecture, ASP.NET Core, C#, Microservices

Dispose HttpClient or have a static instance?

by Ankit Vijay on September 25, 2016May 18, 2018
Read More
.NET, C#, HttpClient, Visual Studio