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 Status Codes
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Naresh Joshi (1)
Jitendra Mesavaniya (1)
Kirtesh Shah (1)
Ashutosh Singh (1)
Ranganath Prasad (1)
Shweta Lodha (1)
Akhil Mittal (1)
Nimit Joshi (1)
Atul Rawat (1)
Related resources for Status Codes
No resource found
HttpResponseMessage In WebAPI
5/1/2024 5:44:51 AM.
In this article you will learn how to use HttpResponseMessage with raw HTTP responses for returning a message/data with “HttpStatusCode” from our WebApi action.
List of all the HTTP Status Codes
4/5/2024 6:29:50 AM.
HTTP status codes are a crucial aspect of communication between clients (such as web browsers or mobile apps) and servers on the internet. In this article, we will delve into the significance and mean
HTTP Status Codes
11/23/2023 5:16:01 AM.
Understanding of HTTP Status Codes. This article provides a comprehensive overview of HTTP status codes, categorized into 1xxs for informational, 2xxs for success, 3xxs for redirection, 4xxs for clien
Decoding the Importance of HTTP Status Codes in Web Development
10/17/2023 6:17:15 AM.
In today's digital era, staying at the forefront of web development requires a deep grasp of HTTP status codes. These three-digit numbers reveal vital insights into web requests and responses, mak
Standardize Your Web API's Error Response With ProblemDetails Class
1/4/2022 9:40:48 AM.
ProblemDetails class lets you standardize the error responses your Web APIs return thus avoiding multiple Devs across multiple teams follow different pattern. And this the RFC-Compliant (https://datat
Are You Confused About The Difference Between 401, 403 And 409?
4/28/2021 7:21:38 PM.
This blog explains the use of HTTP status codes 401, 403 and 409 along with an example.
Create API With ASP.NET Core - Day Three - Working With HTTP Status Codes In ASP.NET Core API
6/6/2017 1:50:24 AM.
Create API With ASP.NET Core - Working With HTTP Status Codes In ASP.NET Core API.
Restful API In ASP.NET: Getting Started
1/17/2016 12:23:47 PM.
In this article series we will learn to create Restful API that can be consumed by multiple clients in ASP.NET. In this article we will learn the basic infrastructure of API.
HTTP Status Codes (RFC 2616) In Web API
10/29/2015 2:23:54 AM.
In this article we will learn what are HTTP Status codes in Web API. It includes, 204 No Content, 100 Continue, 201 Created , and others.