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
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
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
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
No Records Available.
21
-
40
of
293
<<
1
2
3
4
5
>>
Learn WCF in 10 Hours
Challenge yourself
Alexa Skill
E-Book Download
Get Certified
PHP