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
(291)
Blogs
(59)
Resources
(6)
Videos
(0)
News
(1)
Articles
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
RESTful Day 1: Enterprise Level Application Architecture With Web APIs Using Entity Framework, Ge...
Explore the intricacies of Web APIs, leverage Entity Framework for seamless data access, implement the efficient Generic Repository Pattern, and ensure transactional integrity with the Unit of Work...
Akhil Mittal
May 10, 2015
RESTful Day 2: Inversion of Control Using Dependency Injection in Web API's Using Unity Conta...
Day 2 of RESTful Learning explores the Inversion of Control through Dependency Injection in Web APIs. Utilize Unity Container and Bootstrapper for seamless management, enabling flexible and scalabl...
Akhil Mittal
May 11, 2015
Method Overloading In Web Services
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 diver...
Vithal Wadje
Nov 23, 2014
Web Service Method Attribute Properties
Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specifi...
Vithal Wadje
Oct 18, 2014
No Records Available.
View More
Crystal Reports Tutorials
Challenge yourself
Coding Best Practices
E-Book Download
Get Certified
Microsoft Azure