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 Code
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jitendra Mesavaniya (2)
Naresh Joshi (1)
Thiyagu Baskaran (1)
Anandu G Nath (1)
Kirtesh Shah (1)
Ashutosh Singh (1)
Deepraj Bhatta (1)
Ranganath Prasad (1)
Shweta Lodha (1)
Nitish Kaushik (1)
Guest User (1)
Akhil Mittal (1)
Nimit Joshi (1)
Atul Rawat (1)
Muhammad Aqib Shehzad (1)
Related resources for Status Code
No resource found
Mastering HTTP Status Code Handling with UseStatusCodePages() in .NET
7/16/2024 4:30:44 AM.
Effective error handling is crucial for creating robust and user-friendly web applications. .NET provides several built-in tools to help you manage errors gracefully, one of which is the UseStatusCode
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
Getting Started with APIs and Handling JSON Data
1/29/2024 6:42:05 AM.
Learn the essentials of Python API interactions with a focus on Open Notify API. Explore JSON handling, API status codes, and practical examples.
What are Different Type of HTTP Errors and Status Code?
1/2/2024 4:34:10 AM.
The significance of HTTP status codes, vital indicators of web request outcomes. From informational beginnings (1xx) to server errors (5xx), grasp their meanings for effective communication and issue
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
A Structural Overview Of An API
7/2/2022 5:36:24 PM.
A Structural Overview Of An API.
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.
Frequently Used Status Code And How To Return Them From ASP.NET Core Web API
4/16/2021 8:06:14 PM.
In this article, you will learn frequently used status code and how to return them from ASP.NET Core Web API.
ASP.NET Core 2.0 Status Code Pages
1/11/2018 6:33:54 PM.
Exception handling middleware (as discussed here) will catch unhandled exceptions however if you want to display error pages for individual HTTP status codes then framework provides another middleware
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.
Introduction to HTTP Status Response Codes
10/3/2015 6:49:27 AM.
In this article, you will learn about HTTP Status Response Codes.