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
Web API
FOLLOW
Welcome to Web API programming section of C# Corner. In this section, you will find various Web API related source code samples, articles, tutorials, and tips.
Articles
(293)
Blogs
(59)
Resources
(6)
Videos
(0)
News
(1)
Articles
Postman - Setup Workspace And Collection
Swagger (OpenAPI) defines REST APIs for both machines and humans. This article explores integrating C# special comments into Swagger for clearer API documentation and utilization in .NET and .NET C...
George
Nov 28, 2022
OpenAPI Document Generation in .NET 9 APIs
Explore Open API support in .NET 9 for seamless API documentation and integration. With Microsoft.AspNetCore.OpenApi, easily generates OpenAPI documents for APIs, customizes endpoints, adds authori...
Varun Setia
Nov 27, 2024
Json Patch (1) In ASP.NET Core web API
This article will introduce Json Patch briefly, and then implement it in ASP.NET Core 5.0 both in memory and in database approaches
George
Apr 05, 2021
Web API Development in .NET Core
Basic concepts of Web API development in .NET Core. Explore the essentials of Web API development in .NET Core with this beginner-friendly guide. Learn step-by-step techniques to build, deploy, and...
Ng Cheehou
Nov 22, 2024
HTTP Methods for Web Development
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,...
Mohit Kala
Sep 24, 2024
Create A Simple Web Service In ASP.NET Using C#
This guide covers building a REST API, handling HTTP requests, and integrating with JSON/XML data formats. Ideal for beginners, it provides step-by-step instructions using Visual Studio, focusing o...
Nilesh Jadav
Oct 25, 2015
Web API in Azure (2), Set a Client Credential Secret
This article will discuss how to Set a Client Credential Secret for Azure Web API. This series of articles guides users through setting up and consuming a Web API registered on the Azure Identity P...
George
May 08, 2024
Web API in Azure (3), Consume Web API with a Security Token
This article will discuss how to use Postman to access Web API. This article focuses on accessing and securing a Web API registered on Azure Identity Platform. It covers tools like Postman and Swag...
George
May 09, 2024
RESTful API Design with .NET
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...
Ayush Gupta
Aug 29, 2024
Reading Email and Attachment From Microsoft Exchange Server
In this article you will learn how to read an email and its attachment(s) from Microsoft Exchange Server.
Julian
Aug 17, 2015
Web API
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction...
Sreenath Kappoor
Jun 11, 2024
REST(2), RESTFUL Services/Architecture vs. REST based Services/Architecture
This article discuss REST in practice.
George
May 16, 2021
Encrypting Header & Request Body Parameters in .NET Core Web API
In this article, we'll explore how to encrypt header and request body parameters in a .NET Core Web API to prevent them from being readable in the page source or by network sniffing tools. We...
Nikunj Satasiya
Jul 24, 2024
Consume API in Repository Design Pattern
Learn how to effectively consume APIs using the Repository Design Pattern. This approach enhances code organization by separating data access logic into reusable repositories, promoting maintainabi...
Velladurai
Jun 18, 2024
Creating your own Web Server using C#
C# and .NET form the backbone of a simple web server application described in this article. Using TcpListener, the application listens on a specified port for incoming HTTP requests, handling them ...
Imtiaz Alam
Oct 15, 2001
CRUD RESTful API using Java, Springboot, MySQL, Maven & JPA
Master the creation of a powerful CRUD RESTful API using Java, MySQL, Spring Boot, JPA, and Maven. Learn how to efficiently handle data operations with clear, concise endpoints. Elevate your backen...
Dhanush K
May 14, 2024
REST(1), In Concept
This article discuss REST in Concept.
George
May 16, 2021
RESTful Day #6: Request Logging And Exception Handing/Logging In Web APIs Using Action Filters, E...
Day 6 of the RESTful journey focuses on robust request logging and exception handling in Web APIs. Employ Action Filters, Exception Filters, and NLog for comprehensive logging and error management,...
Akhil Mittal
Sep 08, 2015
RESTful Day #4: Custom URL Re-Writing/Routing Using Attribute Routes in MVC 4 Web APIs
In Day #4 of your RESTful journey, delve into the power of custom URL re-writing and routing using attribute routes in MVC 4 Web APIs. Unleash the flexibility of tailored endpoints, optimizing your...
Akhil Mittal
Jun 01, 2015
RESTful Day #3: Resolve Dependency of Dependencies Using Inversion of Control & Dependency In...
Day 3 of RESTful learning dives into resolving dependencies of dependencies using IoC & DI in ASP.NET Web APIs. Employ Unity Container & MEF for seamless extension and management of compone...
Akhil Mittal
May 17, 2015
No Records Available.
View More
Learn WCF in 10 Hours
Challenge yourself
Software Testing Skill
E-Book Download
Get Certified
ASP .NET Web Developer