Tag Archives: WebAPI

Calling ASP.Net WebAPI using HttpClient

In this post, we are going to learn how to call an ASP.Net WebAPI using HttpClient libraries. The HttpClient Library is quite useful and can be used while calling your WebAPI from Windows applications, Console Applications or even Windows 8 applications. We will use the same WebAPI which we created in my previous post “Using… Read More »