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 API Integration
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abhishek Dhoriya (2)
Satya Karki (2)
Aakash Chhillar (1)
Jalpa Dhola (1)
Aravind Govindaraj (1)
Habibur Rony (1)
Manoj Bhoir (1)
Shashangka Shekhar (1)
Safyan Yaqoob (1)
Habibul Rehman (1)
Nikunj Satasiya (1)
Sudhir Vaghela (1)
Vijay Yadav (1)
Velladurai (1)
Sardar Mudassar Ali Khan (1)
Shilpa Tanwar (1)
Amit Prabhu (1)
Ishika Tiwari (1)
Rajeesh Menoth (1)
Sarthak Varshney (1)
Kaviya Balasubramanian (1)
Ali Benchaaban (1)
Alagunila Meganathan (1)
Rezwanur Rahman (1)
Rathrola Prem Kumar (1)
Ashutosh Singh (1)
Nitesh Kejriwal (1)
Aqib Murtaza (1)
Naimish Makwana (1)
Ankush Agnihotri (1)
Siddharth Vaghasia (1)
Asma Khalid (1)
Naveen Motwani (1)
Kaushik Dudhat (1)
Related resources for API Integration
No resource found
Weather App to fetch/display weather data using API
11/8/2024 11:39:42 AM.
Building a weather app that fetches and displays weather data using an API is a practical project for developers looking to enhance their skills in JavaScript and API integration. This application all
Overview of SharePoint Search API for SharePoint User Profiles
11/7/2024 6:43:36 AM.
The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with
Understanding OSRM Routing with AWS
10/28/2024 10:11:05 AM.
This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your naviga
Integration of Angular with Microservices
10/9/2024 7:27:58 AM.
This content explores the integration of Angular with microservices, highlighting the advantages of building scalable and efficient web applications. It covers key concepts such as RESTful APIs, async
Introduction to JQuery.ajax Call in ASP.Net
10/3/2024 11:39:42 AM.
This article provides a comprehensive introduction to making AJAX calls using jQuery in ASP.NET applications. It covers the fundamentals of jQuery's AJAX methods, including how to send asynchronou
Braintree Payment Gateway Integration With ASP.NET Core 2.1
9/4/2024 9:06:35 AM.
Integrate Braintree payment gateway with ASP.NET Core 2.1 by adding the Braintree .NET Client Library via NuGet. Configure the gateway using environment variables or default credentials. Implement end
Integrate AI into ASP.NET Core App using Semantic Kernel
8/29/2024 7:32:59 AM.
Semantic Kernel simplifies AI integration by providing an SDK that connects applications with LLMs like OpenAI and Hugging Face. It features plugins, an orchestration layer, and connectors to streamli
AI Receptionist with Microsoft Semantic Kernel and OpenAI
8/23/2024 6:09:05 AM.
Create an AI receptionist using Microsoft Semantic Kernel and Azure OpenAI to automate customer interactions. Integrate Semantic Kernel with OpenAI for chat completion, manage dynamic content, and han
Microsoft Dataverse Accelerator Guide for Beginners
8/23/2024 4:42:50 AM.
Discover the essentials of Microsoft Dataverse Accelerator in this beginner-friendly guide. Learn how this powerful tool enhances your Dataverse experience by streamlining development, offering API ex
Understanding Microsoft Dynamics 365 API Access Token
8/22/2024 5:31:59 AM.
Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to ob
Understanding Cloud Services: SaaS, PaaS, and IaaS
8/7/2024 9:23:10 AM.
Cloud computing revolutionizes IT resource management through three primary models: SaaS, PaaS, and IaaS. SaaS delivers software via subscription over the internet, PaaS offers a platform for app deve
Learn About SharePoint REST API
7/30/2024 5:40:55 AM.
The SharePoint REST API allows developers to interact with SharePoint data using standard HTTP requests. It provides access to a wide range of SharePoint functionalities, including list operations, da
How to Use ChatGPT?
7/25/2024 8:17:09 AM.
ChatGPT, developed by OpenAI, is a cutting-edge language model designed for versatile text generation and understanding. It assists with tasks like answering questions, content creation, and coding he
Implementing Periodic API Calls and Error Handling in C# Windows Forms Application
7/4/2024 2:47:43 AM.
The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles
Integrating Third-Party API Using AJAX in ASP.NET Core MVC
6/23/2024 6:15:23 AM.
Integrating third-party APIs into your web application enhances functionality by accessing external data and services. This article demonstrates integrating an API using AJAX in an ASP.NET Core Razor
Implementing Webhooks with Next.js
6/21/2024 6:42:03 AM.
In this article we will learn about implementing webhooks in Next.js empowers our application with real-time capabilities, allowing seamless integration with external services and automating business
Introduction To Selenium Webdriver With C# In Visual Studio 2015
6/17/2024 11:20:36 AM.
Selenium WebDriver is an automated web application testing tool that integrates with languages like C#, Java, and Python. C# is a Microsoft programming language for building secure applications on the
Learn Webhook vs. Callback URL
6/13/2024 7:20:48 AM.
Webhooks and callback URLs are key in web development, enabling real-time updates and automatic interactions. Webhooks push data on specific events, used in real-time notifications and CI/CD. Callback
Translate Text Into Multiple Languages Using Translator Text API With ASP.NET Core And C#
6/6/2024 11:44:54 AM.
In this article, we are going to learn how to translate text into multiple languages using one of the important Cognitive Services APIs called Microsoft Translate Text API ( One of the APIs in Languag
Integrating .NET Core API with WhatsApp for Push Notification
6/3/2024 11:00:15 AM.
Learn how to integrate .NET Core API with WhatsApp API to send push notifications and enhance user engagement with real-time messaging.
Get Activity Details Of All OneDrive Users Using Microsoft Graph API
5/2/2024 9:52:56 AM.
In this article, we will learn how to leverage the Microsoft Graph API to retrieve detailed activity insights for all OneDrive users. Discover user analytics, monitor usage patterns, and integrate dat
Convert Text to Audio using Azure and .NET 8
3/1/2024 12:00:00 PM.
In this article, we will learn how to harness the power of Azure and .NET8 to seamlessly convert text into audio. Explore the integration of Azure Cognitive Services for text-to-speech functionality,
Connect Box To OneDrive Using Azure Logic Apps
3/1/2024 10:44:37 AM.
This article helps you to learn how to Connect Box to OneDrive using Azure Logic App. Logic App is a cloud-based service that allows us to react to an event in one service (such as SharePoint online)
Microsoft Graph Subscriptions & Webhooks
1/31/2024 6:33:03 AM.
In this article, We will learn to create, manage, and handle notifications seamlessly across Microsoft 365 services using code examples in .NET and JavaScript. Follow this hands-on guide for beginners
AWS Toolkit for Painless Development
12/14/2023 5:16:23 AM.
Explore AWS services for easier development. AWS Cloud9, a cloud-based IDE, offers anywhere access, coding, and debugging in various languages. AWS CloudShell provides a browser-based shell for quick
API Versioning in .NET 6
10/19/2023 12:41:13 PM.
In the fast-paced world of software development, change is the only constant. And when it comes to developing APIs, ensuring that those changes don't disrupt existing client applications is paramo
List Videos From a Channel Using YouTube API V3 in C#
9/21/2023 6:40:44 AM.
This article shows how to retrieve all videos from a specific YouTube Channel using the latest YouTube API V3.
Google Calendar API integration With .Net Core
6/26/2023 11:58:17 AM.
Google Calendar API integration with .NET Core is a concise guide that demonstrates how to seamlessly integrate the Google Calendar API into your .NET Core application. Learn how to authenticate users
Youtube API Integration With C# .NET
2/9/2023 5:31:44 AM.
In this article, we will see how to integrate YouTube API with .NET core.
Angular HTTP (Web API Integration)
7/20/2022 9:05:09 PM.
In this article, you will learn how to integrate webapi in angular.
How To Integrate Blockchain In E-Commerce Site
9/10/2021 12:36:31 PM.
This articles explains about integration of blockchain transaction APIs in e-commerce site.
QuickBooks API Integration With Power Automate Using Custom Connectors
7/19/2021 6:53:11 AM.
In this article, you will learn about QuickBooks API Integration with Power Automate using Custom Connectors.
Integrate Stratis Blockchain APIs In Your Custom Application
7/18/2021 1:43:01 AM.
This article explains how we can integrate Stratis Platform Blockchain APIs in custom application.
ASP.NET MVC 5 - Google Charts API Integration
9/4/2020 9:14:07 PM.
Today, I shall be demonstrating the integration of Google Charts API with ASP.NET MVC5.
Setup ASP.NET Core Web APIs To Use Azure AD Authentication
3/12/2020 11:47:15 PM.
This article explains how to integrate Azure AD with your Asp.net core web API application. This will be helpful when you try to authenticate you application using Azure AD.
Google Drive API Integration And Use Of Functions
7/18/2019 10:50:58 AM.
In this article, we learn how to integrate Google Drive API in MVC Projects and use the function for uploading files, creating folders, uploading files in folder,s moving files, renaming files or fold