TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About HTTP protocol
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohit Kala (1)
Jignesh Trivedi (1)
Ramaprasad Upadhyaya (1)
Jaimin Shethiya (1)
Divya Sharma (1)
Sourav Kayal (1)
Amit Choudhary (1)
Kamal Rawat (1)
John Godel (1)
Mahesh Chand (1)
Saurabh Nandu (1)
Related resources for HTTP protocol
No resource found
HTTP Methods for Web Development
9/24/2024 9:02:52 AM.
HTTP methods are essential for communication between clients and servers in web development. They define how data is requested, sent, and managed. Common methods include GET, POST, PUT, and DELETE, ea
Session State In ASP.NET Core
8/13/2024 10:42:57 AM.
ASP.NET Core sessions allow storing user data between requests. Sessions use a SessionId stored in a cookie, which is sent with each request. Sessions can be configured as in-memory (In-Proc) or distr
Remoting in .NET
6/4/2024 9:51:33 AM.
.NET Remoting enables distributed communication across app domains using various protocols, serialization formats, and object creation modes. Server-side, it creates a service exposing methods, access
Response Compression in .NET Core
3/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.Net
4/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 Handler
3/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.Net
2/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.
Different Ways to Call Webservice
9/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 I
5/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 Page
12/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 Service
12/28/2005 4:09:15 AM.
An article talks about web services and how to develop them using .NET.