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
Session Management In Web Service
Efficient session management in web services ensures secure, stateful interactions. Explore techniques like token-based authentication, session timeouts, and encryption for robust user experiences.
Vithal Wadje
Nov 19, 2014
REST APIs: Principles, Components, and Advantages
In today's interconnected digital world, the need for efficient communication between software systems has never been greater. In this article, we'll delve into the world of REST APIs, expl...
Jitendra Mesavaniya
Apr 19, 2024
Consuming Web Service In Windows Application
This tutorial guides beginners on consuming a Web Service in an ASP.Net Windows Application step-by-step, from adding a service reference to calling methods. It emphasizes simplicity and clarity fo...
Vithal Wadje
Oct 02, 2013
Consuming Web Service In a Console Application
Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs...
Vithal Wadje
Oct 02, 2013
Consuming Web Service In an ASP.Net Web Application
This article explains how to consume web service in an ASP.Net web Application. Here we will see how to add a Web Service Reference in the ASP.Net Web Application and how to call the Web Service me...
Vithal Wadje
Jun 02, 2013
Introduction to Web Service with Example in ASP.NET
Explore creating web services in ASP.Net for code reuse across multiple applications. Understand web method attributes, platform independence, and date conversion functionalities. Examples demonstr...
Vithal Wadje
Apr 30, 2015
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
Swagger (3), Customized for REST Web API
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
Jun 21, 2022
Swagger (2), for .NET Core MVC Web API
Swagger (OpenAPI) simplifies REST API description for both machines and humans. Its web-based UI, Swagger UI, offers comprehensive API info. Here's how to integrate Swagger with .NET MVC and .N...
George
Feb 13, 2022
Swagger (1), for .NET MVC Web API
Swagger (OpenAPI) is a versatile tool for describing REST APIs, aiding both developers and users in understanding API capabilities. It includes Swagger UI, an alternative to Postman, offering inter...
George
Feb 13, 2022
Remote Procedure Calls using SOAP
Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensurin...
Ranjith
Oct 04, 2002
Telemetry in ASP.NET Core Web API with Prometheus
Explore seamless integration of Prometheus for advanced telemetry in ASP.NET Core Web API. Monitor and collect metrics, enabling deep insights into application performance and behavior.
Aymen Amri
Mar 29, 2024
What’s the Difference Between GraphQL and REST?
When delving into APIs, understanding REST and GraphQL is essential. REST, focusing on simplicity and statelessness, contrasts with GraphQL's flexibility and efficiency. Choose based on project...
Mahesh Chand
Mar 14, 2024
Rate Limits for Efficient Resource Management
Rate limits are crucial for efficient resource management. Rate limits restrict the frequency of requests or actions within a defined timeframe, preventing system overload and ensuring fair resourc...
Alpesh Maniya
Feb 19, 2024
Power of APIs in Data Engineering
In this article you can discover the power of APIs in data engineering. From extracting weather data to streaming Twitter feeds, learn how APIs streamline processes and enable real-time analytics, ...
Harunraseed Basheer
Feb 16, 2024
5 Ways To Handle Rest API Request In React Using CRUD Functions
Manage REST API requests in React using CRUD operations. Vanilla JS employs Fetch API, useState, and useEffect. Axios library offers cleaner syntax with interceptors. Extend Axios for CRUD operatio...
Digital Folks
Jan 31, 2024
WebSocket Communication Using Python
In this article, we will create and understand WebSocket communication. WebSockets facilitate bidirectional communication in contrast to traditional REST APIs, enabling multiple messages over a sin...
Nagaraj M
Jan 30, 2024
SOAP VS REST API
Difference between soap and rest API.In the field of Web Development, the most common and well-known keyword is Web Services. So before going to start the discussion about Rest and Soap API, we fir...
Anandu G Nath
Dec 23, 2023
Handle CORS Error ASP.Net MVC
Cors error while using js frameworks like React. Demystify CORS in React and Next.js by configuring your ASP.NET Web API. Learn to handle requests, pre-process, and tackle CORS issues, ensuring sec...
Abhishek Yadav
Dec 14, 2023
Calling Web Service Using SOAP Request In Console Application
In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
Vithal Wadje
Mar 28, 2016
No Records Available.
21
-
40
of
291
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
Visual Studio
E-Book Download
Get Certified
React Fundamentals