Author Archives: Madhur

Windows Phone 8.1 Hands On

Microsoft recently released Windows Phone 8.1 as a developer preview for Developer Unlocked phones. Anyone having a developer unlocked phone can install the OS update and get to try out the new features. I installed it on my Lumia 520 and here are some of the new features which are worth mentioning. New Features Cortana… Read More »

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 »

Store Images in SQL Server

In the following Post, we will look at how to save images in SQL server.  We will then read the image from the Sql Server and will render it on our page using a Http Handler. First we will create a Database in Sql Server called ImageDB . Below are the table and stored procedure… Read More »