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 method
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (3)
Mudita Rathore (2)
Ayush Gupta (2)
Sangeetha S (1)
Tahir Ansari (1)
Mohit Kala (1)
Ajay Kumar (1)
Shilpa Tanwar (1)
Manas Mohapatra (1)
Lokendra Singh (1)
Vithal Wadje (1)
Raj Kumar (1)
Ziggy Rafiq (1)
Abhimanyu K Vatsa (1)
Sourav Kayal (1)
Manikanta Pattigulla (1)
Subarta Ray (1)
Priti Kumari (1)
Surjeet Yadav (1)
Vishal Nayan (1)
Akshay Patel (1)
Prasad Kambhammettu (1)
joyprakash.saikia (1)
Related resources for HTTP method
No resource found
Web api call in Android
10/25/2024 4:55:38 AM.
This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
Difference Between MVC and Web API
10/8/2024 8:51:17 AM.
This article explores the differences between ASP.NET MVC and Web API, focusing on their roles, use cases, and key features. MVC is used for creating web applications with data and views, while Web AP
Implementing CORS in .NET Core 8
10/3/2024 11:30:09 AM.
This article explores Cross-Origin Resource Sharing (CORS) in .NET Core 8, specifically for Angular applications. It outlines best practices for configuring CORS, including setting allowed origins, ha
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
RESTful API Design with .NET
8/29/2024 5:49:32 AM.
Explore the principles of RESTful design and learn how to implement robust, scalable, and maintainable web APIs in a .NET environment. This guide covers key REST concepts like statelessness, client-se
PUT vs PATCH: Understanding the Differences with Examples
8/14/2024 4:04:51 AM.
Learn when to use PUT for full resource updates and PATCH for partial modifications. With practical examples, you'll understand their roles in RESTful APIs and best practices.
How Do We Create Custom APIs with Next.js?
8/8/2024 5:25:24 AM.
Next.js allows you to create custom APIs with API routes defined in the pages/api directory. You can handle various HTTP methods (GET, POST, PUT, DELETE), use query parameters, connect to databases (e
AJAX In ASP.NET
6/27/2024 4:54:38 AM.
AJAX (Asynchronous JavaScript and XML) enhances web applications by enabling asynchronous data retrieval from servers without reloading the entire page. Utilizing XMLHttpRequest and JSON, it boosts in
Building a RESTful API with Flask and Python
5/28/2024 8:37:00 AM.
Learn to build a RESTful API with Flask and Python, leveraging HTTP methods for CRUD operations. Flask's simplicity aids rapid API development. Set up the environment, define endpoints for employe
REST APIs Evolution and Best Practices for Scalable Web Services
5/24/2024 4:07:51 AM.
Discover essential strategies in REST API development with our comprehensive guide. Explore best practices for resource design, HTTP methods, security, versioning, documentation, error handling, and m
REST Service in ASP.NET Web API
5/8/2024 9:50:41 AM.
Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into pra
Method Overloading In Web Services
4/30/2024 7:24:19 AM.
Method overloading in web services involves defining multiple methods with the same name but different parameters. This enables versatility and cleaner API design, allowing services to handle diverse
ASP.NET Web API CRUD Operations
4/23/2024 7:28:31 AM.
ASP.NET Web API facilitates Create, Read, Update, and Delete (CRUD) operations over HTTP. Utilizing HTTP methods like GET, POST, PUT, and DELETE, it interacts with data using JSON/XML serialization.
Best Practices for Creating ASP.NET Core REST API using OpenAPI
4/9/2024 5:44:39 PM.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalabi
GET and POST Calls to Controller's Method in MVC
4/2/2024 9:16:30 AM.
In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
Explain Route Constraints in MVC
4/1/2024 8:25:20 AM.
Route constraints in MVC define rules for matching incoming URLs to route templates, enhancing control over routing behavior. They specify conditions like data type, length, or regular expressions, en
Web API Design Principles Or Web API Design Guidelines
3/19/2024 6:10:44 AM.
This article delves into the best practices for implementing and designing web APIs. It emphasizes the importance of considering both the API implementation and consumer perspectives. Key points inclu
DRY, YAGNI, KISS Engineering Principles
2/19/2024 10:51:37 AM.
In software development and engineering, certain guiding principles serve as beacons of efficiency and effectiveness. Among these principles, DRY, YAGNI, and KISS stand out as fundamental pillars that
Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API
1/15/2024 9:08:11 AM.
Demystify CORS in ASP.NET Core! Learn how to seamlessly handle Cross-Origin Resource Sharing and overcome origin-related errors in your Web API with this concise guide.
Unraveling .NET Core Web API Structure
11/29/2023 6:46:42 AM.
Unlock the potential of .NET Core Web APIs. This guide explores their fundamental structure, HTTP methods (GET, POST, PUT, DELETE), and practical use cases for building robust and scalable application
Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier Architecture
10/4/2023 4:38:38 AM.
This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based o
Put and Delete Methods in ASP.Net Web API
4/13/2021 5:41:50 AM.
In this article, I will explain the HTTP Put and Delete methods.
Working With HTTP Verbs
2/4/2021 5:27:54 AM.
HTTP verbs tell the server what to do with the data identified by the URL. The HTTP method is supplied in the request line and specifies the operation that the client has requested.
Create your first RESTful service with WCF 3.5
9/10/2019 4:53:08 AM.
How to Create Your First RESTful Service With WCF 3.5.
All about API: Using HTTP Methods - Part Two
8/22/2019 12:48:32 AM.
In this article, you will learn how to use HTTP Methods. Learn to create simple Web API project with HTTP methods like GET, POST, PUT and DELETE.
Ability To Develop HTTP Methods Or Verbs (GET, POST, PUT, DELETE etc)
7/17/2017 5:22:37 PM.
Before going to explain the significant verbs or methods (GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE and CONNECT) for the communication among different clients and servers, first of all we should un
Go Beyond the Limits of ASP.NET Form
10/3/2012 12:17:53 PM.
One of the most common hitches that ASP developers encounter when they first approach ASP.NET is that managed Web applications must be written according to a single-form interface model.