Resources  
  • Working With Header in HttpHandlerJan 23, 2014. In this article, we will learn to work with a header in a HTTP request and response message.
  • Getting Data in Chunks From ASP.Net ServerDec 10, 2013. I would like to share a way by which server may transfer the data to client in chunks rather than sending entire data.
  • Improving ASP.Net Performance Using Response.BufferOutputDec 06, 2013. I would like to share the usage of Response.BufferOutput to improve the performance of ASP.net application.
  • HttpClient in AndroidNov 01, 2013. This article explains how to post data using HttpClient in Android. Android Studio is used to create the sample.
  • Main Stages in ASP.NET Life Application CycleApr 03, 2013. Here we will see some of the important stages in the application life cycle.
  • HTTP Handlers in ASP.NETAug 24, 2004. The low level Request and Response API to service incoming HTTP requests are HTTP Handlers in ASP.NET. All handlers implement the IHttpHandler interface, which is located in the System.Web namespace. Handlers are somewhat analogous to Internet Server Application Programming Interface (ISAPI) extensions.