Will Web 3.0 Replace Web 2.0?
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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]
Divya Sharma (1)
Sourav Kayal (1)
Amit Choudhary (1)
Shivanand Arur (1)
Ramaprasad Upadhyaya (1)
Kamal Rawat (1)
John Hudai Godel (1)
Mahesh Chand (1)
Saurabh Nandu (1)
Related resources for HTTP protocol
No resource found
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.
ASP.NET State Management Techniques
12/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 .NET
11/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 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.