Related resources for HTTP protocol
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • Application State in ASP.Net4/8/2021 11:39:22 AM. This article explains the life cycle of Application State; the Global.asax file is also explained with a real-life example.
  • HTTP Message Handler in Web API: Real Time Implementation of Message Handler3/3/2021 5:42:16 AM. In this article, we will see a few real-time applications with a custom HTTP Message Handler.
  • Handling Range Specific Content Request in WebAPI ASP.Net2/10/2021 10:08:44 AM. In this article, we'll talk about downloading the full and partial contents of a file from a server.
  • ASP.NET State Management Techniques12/7/2020 5:05:25 AM. This article is for complete beginners who are new to ASP.NET and want to get some good knowledge about ASP.NET State Management.
  • Remoting in .NET11/23/2020 9:19:07 AM. Distributed computing is an integral part of almost every software development. Before .Net Remoting, DCOM was the most used method of developing distributed application on Microsoft platform.
  • Different Ways to Call Webservice9/27/2012 5:34:16 PM. In this article we will learn to call a webservice using mainly two different approaches.
  • SOAP, .NET, and COM - An Introduction: Part I5/19/2012 5:38:44 AM. This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.
  • CSDownloadURL : Download Contents of a Web Page12/28/2005 6:13:19 AM. CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
  • Horoscope Web Service12/28/2005 4:09:15 AM. An article talks about web services and how to develop them using .NET.