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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Asma Khalid(8)
Anupam Maiti(4)
Vijai Anand Ramalingam(3)
Md Tahmidul Abedin(3)
Nandan Hegde(2)
Ayush Gupta(2)
Prashant Bansal(2)
Vishal Babuks(2)
George (2)
Tanuj Gyan(2)
Jaish Mathews(2)
Sagar Pardeshi(2)
Ano Mepani(2)
Amit Prabhu(2)
Sarvesh Shinde(2)
Joseph Velliah(2)
Nanddeep Nachan(2)
Ravishankar N(2)
Bimalshi Jayarathna(1)
Gowtham K(1)
Sudhir Vaghela(1)
Kafeel Ahmad(1)
Jaimin Shethiya(1)
Mithilesh Tata(1)
Saksham Gupta(1)
Digital Folks(1)
Sandip Jadhav(1)
Anandu G Nath(1)
Raj Kumar(1)
Bhavesh Raval(1)
Ziggy Rafiq(1)
Aman Panjwani(1)
Debasis Saha(1)
Munib Butt(1)
Santosh Sarnobat(1)
Tural Suleymani(1)
Ravi Raghav(1)
Jay Krishnareddy(1)
Dhruvin Shah(1)
Jamil Moughal(1)
Sanjay Kumar Pathak(1)
Ganesan C(1)
Mayuresh Joshi(1)
Srinivasan Ramamoorthi(1)
Venkatasubbarao Polisetty(1)
Tanima K(1)
Gurpreet Arora(1)
Vitalii Honcharuk(1)
Ramakrishnan R(1)
Dipen Shah(1)
Kamlesh Kumar(1)
Arvind Yadav(1)
Priyanka K S(1)
Ankit Kanojia(1)
Ahsan Siddique(1)
Nilanjan Dutta(1)
Ahmad Farazmand(1)
Freya Jacob(1)
Sai Kumar Koona(1)
Daniele Florean(1)
Maragatha Mani(1)
Pradeep Manker(1)
Ram Prasad M(1)
Parth Patel(1)
Usman Sheikh(1)
Ria Sur(1)
Siddharth Vaghasia(1)
Thiago Vivas(1)
Sarathlal Saseendran(1)
Ashish Rastogi(1)
Herve Roggero(1)
Jayakumar Balasubramaniam(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Automation of Test Case Management by Using REST API Integration
Oct 02, 2024.
This content explores the automation of test case management through REST API integration. It highlights how API-driven automation streamlines test workflows, enhances efficiency and improves software quality.
Invoke Azure Data Factory Pipeline via MSFT Fabric without REST API
Sep 18, 2024.
This guide explores alternative methods for automating and orchestrating your data workflows in the cloud, providing seamless integration with Azure services for efficient pipeline execution.
Implement Rate Limiting in REST API in .NET 8
Sep 12, 2024.
Rate limiting is a technique used to control the number of API requests a client can make within a set timeframe, helping to prevent server abuse, protect resources, and ensure fair usage. This article covers implementing rate limiting in .NET 8 Web API using middleware and customizing it for specific needs.
Azure Advisor recommendation using Resource Manager REST API
Aug 27, 2024.
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, configure permissions, and use REST APIs to fetch recommendations.
Learn About SharePoint REST API
Jul 30, 2024.
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, data retrieval, and site management.
Understanding REST API in Angular
Jul 25, 2024.
Learn how to integrate REST APIs in Angular applications to enhance web development projects. This guide covers the essentials of using Angular's HTTP Client for making HTTP requests, handling JSON data, and communicating with backend services.
API Architectures Evolution Analysis of SOAP REST and GraphQL
May 17, 2024.
The Evolution of API Architectures: A Comparative Analysis of SOAP, REST, and GraphQL. This article explores the history, evolution, and modern relevance of SOAP, REST, and GraphQL in API development, highlighting their features, advantages, and drawbacks, with implementation examples in C#.
Built In Rest Client in .NET Core
Apr 01, 2024.
.NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enabling efficient HTTP requests and response handling in API communication within .NET Core applications.
What is Difference Between Rest API and Graph API
Mar 07, 2024.
Know the difference between "Rest" API and "Graph" API with an example.
Perform CRUD Operations using Azure DevOps Rest API
Feb 19, 2024.
In this article we will discuss Azure DevOps REST API and perform CRUD operations on work items using PowerShell, including create, read, update, and delete.
5 Ways To Handle Rest API Request In React Using CRUD Functions
Jan 31, 2024.
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 operations.
How to Make REST APIs Idempotent?
Jan 16, 2024.
Some HTTP methods are by default Idempotent and some we need to make them Idempotent to avoid but obvious issues in our REST APIs
SOAP VS REST API
Dec 23, 2023.
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 first understand what is Web Services?
How To Invoke REST Web Service in MuleSoft
Dec 22, 2023.
In this article, you will learn how to invoke REST Web Service from the MuleSoft application. MuleSoft's RESTful web service integration using Anypoint Studio. Understand the principles of REST, set up global configurations, and create a Mule project for seamless integration and efficient communication.
Explore and Test Cosmos DB Rest APIs with POSTMAN
Oct 25, 2023.
Explore and Test Cosmos DB Rest APIs with POSTMAN
Overcoming Limitations of Power BI REST API for Automated Data Extraction from Dataset
Sep 27, 2023.
Overcoming Limitations of Power BI REST API for Automated Data Extraction from Dataset
Best Practices for Creating ASP.NET Core REST API using OpenAPI
Aug 22, 2023.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalability
Salesforce REST API: The Login Request (Authentication Step)
Aug 02, 2023.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the request.
SharePoint Rest API: A Guide to Various Rest API Endpoints
Aug 02, 2023.
This Article demonstrate the Power of SharePoint Rest API. How it can help us to meet our business requirements by understanding the depth working of SharePoint Rest API and then Exploring some of the Endpoints that we can use often to get things done.
Develop REST API-based CRUD Operation using Azure Function and EF Core 7
Jul 10, 2023.
In this article, we will develop REST API with the help of Azure Function. For database-related operations, we will use the Entity Framework Core 7.
Different Ways of Sending JSON Payload in Rest Assured
Jul 02, 2023.
Learn different ways to send JSON payload in POST HTTP requests. Options include hardcoding JSON in a string variable, using a static variable, or converting a POJO class to a JSON object. Prerequisites: Rest Assured API test automation setup.
API Automation Testing Rest Assured
Jun 29, 2023.
This article introduces Rest Assured, a Java-based open-source library for automated testing of RESTful APIs. It covers advantages, prerequisites, project setup, and examples of API automation tests using Rest Assured.
Testing REST APIs From Visual Studio 2022
Apr 27, 2023.
Today, we will look into a very useful feature just introduced with Visual Studio 2022 version 17.5. In the past we would test our APIs using tools like Swagger or my favorite Postman.
Create Lookup Field In Existing SharePoint List Using REST API Schema XML
Feb 06, 2023.
In this article, we will learn how to create lookup field in existing SharePoint list using REST API and schema XML. The REST API enables us to communicate with SharePoint using standard HTTP methods, such as GET, POST, PUT, and DELETE. The API provides access to various SharePoint entities including lists, libraries, and sites, allowing us to retrieve data, create and update lists, fields, items, upload files and manage user permissions.
How To Get Metadata Information Of An Azure Instance Using REST API
Jan 12, 2023.
In this article, you will learn how to get Metadata Information of an Azure Instance using REST API.
How To Read And Write To Microsoft SQL Using Python REST API
Nov 07, 2022.
In this article, you will learn how to read Microsoft SQL table, insert the results to another SQL table using Python REST API.
Read Microsoft SQL Table And Send The Results As Rest API JSON Response Using Python
Oct 31, 2022.
In this article, you will learn how to read Microsoft SQL table and send the results as REST API JSON response using Python.
Append Values To Dictionary In REST API Using Python
Oct 31, 2022.
In this article, you will learn how to read Microsoft SQL table and append additional values to the result which will be sent as REST API JSON response using Python.
REST In Depth Or What Exactly REST Is?
Oct 18, 2022.
In this article, you will learn about REST in depth or what exactly REST is?
Consuming REST APIs In Golang
Sep 19, 2022.
In this article, you will learn how to consume REST APIs in Golang.
Create REST API With Gin Framework And Golang
Sep 14, 2022.
In this article we are going to learn about creating the restful APIs with Gin framework in Go language.
Call Rest APIs From Power BI / Power Query
Jul 31, 2022.
Sometimes, we encounter a requirement where we need to call some sort of Rest APIs from Power BI Desktop. In this article, I will teach you a step by step procedure for calling Rest APIs from Power BI.
Making Faster API Calls Using Refit Rest Library
Jul 27, 2022.
In this article, you will learn how to use Refit rest library to make HTTP calls.
External REST API Call from SPFx WebPart with Changeable Properties
Jul 16, 2022.
Anonymous REST API Call from SPFx React WebPart with properties from web part
Swagger (3), Customized for REST Web API
Jun 21, 2022.
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 Core MVC Web APIs.
Fetch Client - Test REST API Using VSCode Extension
May 16, 2022.
In this article, you are going to learn about how to using Rest API using "Fetch Client" VSCode extension.
Remove Unique Permissions From SharePoint List And Library Using REST API
Mar 26, 2022.
In this article, we will learn how to remove unique permissions from the SharePoint list and library items.
Create An Azure Devops Pipeline To Continuously Integrate And Deploy .NET 6 REST API To Azure Cloud
Feb 07, 2022.
Create An Azure Devops Pipeline To Continuously Integrate And Deploy .NET 6 REST API To Azure Cloud.
Angular 11 App To Do CRUD Operations On Azure Cosmos DB With .NET 5 REST API
Dec 31, 2021.
In the previous article, we will learn how to create a .NET 5 API that can do CRUD operations on Azure Cosmos DB using EF Core. We will continue this article to build an Angular 11 app to connect to the REST API and perform CRUD operations using the website.
Invoke REST APIs In Express JS
Oct 04, 2021.
In this article, you will learn about how to invoke REST APIs in Express JS.
Use CRM REST Builder In Dynamics CRM
Sep 22, 2021.
One of the common scenarios is to work with CRM Web APIs to get details of records that are present in Dynamics CRM. To quickly test CRM WEB API requests, CRM REST Builder was used, which needs to be installed inside Dynamics CRM.
Building Secure REST API
Aug 02, 2021.
A Secure REST APi created in .Net Core using JWT Authentication and Entity Framework Code first approach. JWT Authentication is used for securing API requests. Each token generated by API for logged in user will last for 20 minutes, post which if any request is made will be considered Unauthorzed (401).
How To Configure Salesforce Connected Apps For REST API Integration
Jul 05, 2021.
In this article, will see how we can create & configure a connected app to enable integration with external applications.
Mocking A REST API For Your Front-End Applicationš
Jun 17, 2021.
In this article, you will learn about Mock a REST API for your Front-End application and generate fake data.
RESTful Vs REST API Or Where Did REST Come From?
Jun 04, 2021.
In this article, you will learn about the history of REST architectural pattern transformation.
REST(2), RESTFUL Services/Architecture vs. REST based Services/Architecture
May 16, 2021.
This article discuss REST in practice.
Get Items From Multiple Line Of Text Column Using CAML Query With SharePoint Rest API - Life Saver
Apr 27, 2021.
When I was stuck up at getting items from Multiple line of text column CAML query saved my time, as the blog title says ;)
Altering Item Insights Security In Microsoft Graph Using REST API
Apr 26, 2021.
Item insights protection settings give the capacity to arrange the permeability of bits of insights obtained from Microsoft Graph
Configure And Use REST APIs In BizTalk Server 2020
Mar 25, 2021.
REST APIs is the newest feature that will help customers to manage their different artifacts in BizTalk Server environments. REST API feature is coming with BizTalk 2020 and we can configure it using the BizTalk Configuration Wizard.
How To Save Lookup Field Values In SharePoint Using Rest API
Mar 05, 2021.
In this article, you will learn how to save lookup field values in SharePoint using rest API.
Google OAuth Authorization Using REST API
Feb 26, 2021.
In this article, I'm going to explain how to authorize using Google OAuth API.
GraphQL | A Query Language For Your API | Rest API
Feb 19, 2021.
GraphQL is a query language(āQLā stands for) that described how exactly a client should be requested for an information thorough application programming interface called API. It is a syntax that developers can use to ask for specific data structures from multiple resources. Once client defines the data structure in request as needed, exactly the same structured JSON data will return from the server. Before being publicly released in 2015, GraphQL was developed internally by Facebook in 2012.
Develop A REST API With Azure Functions Using SQL
Jan 15, 2021.
In this article, I will develop A REST API With Azure Functions using SQL.
Handling Attachments/Files Into CouchDB Via Rest API In ASP.NET Core
Oct 28, 2020.
In this article, you will learn how to handle Attachments/Files into CouchDB Via Rest API in ASP.NET Core.
CRUD Operation To CouchDB Via Rest API In ASP.NET Core Application
Sep 28, 2020.
In this article, you will learn about CRUD Operation to CouchDB via Rest API in ASP.NET Core Application.
Changing Permissions Using SharePoint 2013 Workflow With REST Call - Part Three
Aug 23, 2020.
In this article, we will walk through the step-by-step procedure to use SharePoint 2013 workflow for specific interactions involving permissions.
How To Access Azure Key Vault Secrets Through Rest API Using Postman
Aug 21, 2020.
Learn how to securely access Azure Key Vault secrets via REST API using Postman. Explore authentication methods, HTTP requests, and secret retrieval to integrate Key Vault seamlessly into your workflows.
Changing Permissions Using SharePoint 2013 Workflow With REST Call - Part One
Aug 21, 2020.
In this article, we will walk through the step-by-step procedure to use SharePoint 2013 workflow for specific interactions involving permissions.
Changing Permissions Using SharePoint 2013 Workflow With REST Call - Part Two
Aug 21, 2020.
In this article we will walk through the step by step procedure to use SharePoint 2013 workflow for specific interactions involving permissions.
Versioning REST APIs
Jul 16, 2020.
In this article, you will learn about Versioning REST APIs.
SQL Server REST Scaffolding Simple High Performance SQL JSON Usage
May 03, 2020.
This project is a code generation framework for ASP.NET Web API based on SQL Server JSON result and C# repository pattern manager.
ASP.NET MVC - REST Web API SQL Server Connection Using Entity Framework Database First Approach
Apr 14, 2020.
This article is about creation of REST Web API connection with SQL server Entity Framework Database First approach using ASP.NET REST Web API platform.
C#.NET - Access OAuth REST Web API Method
Apr 09, 2020.
C#.NET applications can access OAuth-protected REST APIs. You'll obtain an access token through OAuth flow (often via a separate request) and include it in the authorization header of your HttpClient calls.
5 Ways To Handle Rest API Request In React Using CRUD Functions
Apr 07, 2020.
If we talk about the early 2000s, there is a great growth curve rise in modern web and mobile applications. The applications have turned out to be more lightweight and sophisticated due to the use of various user-friendly programming languages.
C#.NET - Access Authorized REST Web API Method
Feb 18, 2020.
This article is about consumption of Authorized REST Web API methods using ASP.NET REST Web API platform.
C#.NET - Access GET Type REST Web API Method
Feb 14, 2020.
This article is about consumption of GET type REST Web API method without any API authorization with and without request query URL parameters using ASP.NET REST Web API platform.
Calling REST API Service From SQL Server Using C# SQL CLR
Feb 11, 2020.
A requirement where we need to get data from other sources (REST-based Web Service) and sync with on-premises (local) database. This should be done using a SQL Server Stored Procedure.
Run Umbraco Rest with Docker and Angular
Feb 05, 2020.
In this guide, thanks to Docker Windows containers, Iāll show you how to make a web page sample with Angular front end and data taken from the API layer served by Umbraco CMS, all developed and deployed inside a single Docker container.
ASP.NET MVC - REST Web API GET Method
Feb 04, 2020.
This article is about the creation of a REST Web API GET type method with or without parameters using ASP.NET REST Web API platform.
C#.NET - Access POST Type REST Web API Method
Jan 31, 2020.
This article is about consumption of POST type REST Web API method without any API authorization using ASP.NET REST Web API platform.
Create A REST API With JSON Server In Angular
Jan 28, 2020.
In this article, you will learn how to create A REST API With JSON Server in Angular.
ASP.NET MVC - REST Web API POST Method
Jan 09, 2020.
This article is about the creation of REST Web API POST type method using ASP.NET REST Web API platform.
How To Create REST API Service Client Using Swagger And REST API Client Tool
Jan 08, 2020.
This article will show you how to generate a Swagger specification document for Web API Service and how to create a client for API service by using Swagger and Visual Studio REST API Client Tool.
Docker - DNS Based Inter Container Communication For ASP.NET Core WEB API REST Services - Part Two
Dec 27, 2019.
This is a continuation of the previous article with title Docker Part 1 - IP Based Inter Container Communication for ASP.NET Core WEB API REST Services". As mentioned there, using IP for internal communication is not a good practice. The container, in fact, could get a different IP machine if it's deployed on a different bridge, which may live on a different subnet. So it would be better to have a DNS and actually connect to the containers using their DNS name
Docker Part 1 - IP Based Inter Container Communication for ASP.NET Core WEB API REST Services š¤
Dec 11, 2019.
You ever wondered how communication across containers happens? For example, if you have different services deployed inside different docker containers, how they can communicate each other? This article is guiding you to there in a developmental environment perspective. Deployment environment will be considered later.
ASP.NET MVC - REST Web API Basic Authorization using Nuget Library
Dec 01, 2019.
This article is about the integration of Asmak9.AuthorizeRESTWebApiAK .NET library with ASP.NET REST Web API platform.
Query List from Another SharePoint Online Sub Site Using REST API In SharePoint Online And Office 365 Using Nintex Workflows
Nov 15, 2019.
In this article, we explore how to query/filter the SharePoint online list from another SharePoint online sub site using REST API In SharePoint online.
Showing Excel Charts And Tables In SPFx Webparts Using Excel Services REST API
Sep 19, 2019.
This article shows how to use the Excel Services REST API to read resources like Cell data, Ranges, Tables, Charts, and Pivot Tables and use them in an SPFx web part.
Flutter REST API
Aug 26, 2019.
In this article, you will learn how to implement REST API in Flutter.
Creating A REST API With Azure Functions
Jul 28, 2019.
In this article, you will learn how to create a REST API with Azure Functions.
Update A SharePoint List Item Without Increasing Its Item File Version Using Rest API
Jul 15, 2019.
In this article, we learn how to update a SharePoint List Item without increasing its item file version using the REST API.
Docker Integration With Node.js REST API
Jul 10, 2019.
In this article, you will learn about docker integration with Node.js REST API.
Call REST API From Microsoft FLOW
Jul 08, 2019.
In this article, we will see how to make the REST Web API authenticated and how to consume it from Microsoft Flow.
Create REST Web API And Add Multiple POST Methods In One Controller
Jul 08, 2019.
In this article, we will see the basics of how to create a REST Web API project in ASP.NET using Visual Studio 2017 Community Edition. We will also see how to add multiple POST methods in one Controller.
Flow With SharePoint REST API
Jun 25, 2019.
In this article, you will learn about Flow with SharePoint REST API.
TypeScript-based REST API Framework - NestJS
Jun 13, 2019.
In this article, you will learn about NestJS, a TypeScript based REST API Framework.
SharePoint Online - Delete Custom Action Via Rest API
Jun 03, 2019.
In this article, we will learn how to delete custom action via REST API.
Microsoft Flow - How To Get SharePoint List Item Through Rest API In Microsoft Flow
May 22, 2019.
In this article, we will explore how to get a SharePoint list item through REST API in Microsoft Flow.
.NET Core REST API With Swagger
Apr 19, 2019.
In this article, I will be explaining the usage of Swagger in our Web Projects and then, we will see how to implement it.
Easy SharePoint ListItem CRUD Operation Using REST API Wrapper
Apr 11, 2019.
In this article, we will learn how to perform a CRUD operation using SPRest Util on SharePoint Online List items.
SharePoint Online - REST API - Select Taxonomy Field
Feb 22, 2019.
If you have a requirement to select a taxonomy field from SharePoint Designer workflow using Call HTTP action, it is not a straightforward approach. The below article is going to talk about a few workarounds for this problem.
Access SharePoint Online REST API Via Postman With User Context
Feb 14, 2019.
SharePoint Online(SPOL) allows remote applications to call the REST API with user impersonation. This article demonstrates how to access SPOL REST API and get the data from a SharePoint list in a tenant using Postman.
Getting Started With Google Fitness REST API
Jan 14, 2019.
In this article, we are going to explore Google Fitness REST APIs and the Google developer playground to start programming with REST APIs.
Google Fit REST API - Overview
Jan 11, 2019.
In this introductory article, we will get an overview of working with Google Fit REST API.
How To Store Data In Azure Table Storage Using Rest API In ASP.NET Core - Part Two
Jan 02, 2019.
In this article, we are going to see how to store data in Azure tables using Rest API in ASP.NET core. ASP.NET Core is an open source web framework which can be run on Mac, Windows, and Linux. Azure Tables is a NoSQL cloud database, not a relational database.
Enable SOAP And REST On Same WCF Service And Contract
Dec 07, 2018.
In this post, we will see both SOAP and REST enabled in same WCF service using same contract. People may think, WCF is an outdated technology after Web API became so popular. But I feel, we can still use WCF for many occasions. That is the reason behind I write this post.
SharePoint Framework aka SPFx Web Part Using React And REST API
Nov 28, 2018.
The SharePoint Framework (SPFx) provides full support for client-side SharePoint development. This provides easy integration with SharePoint data. It is compatible with modern technologies and tool. You can use your own IDE no need to purchase Visual Studio. Moreover SPFx is responsive in design. This article talks about using the SharePoint Framework web part with React as Framework. The whole article will walk you through the complete lifecycle from Pre Requisite , Understanding SPFx Web Part, Configure, Build & Deploy.
Fetching SharePoint List Items Using A Simple HTTP REST Command
Nov 04, 2018.
In this article, I will introduce you to an online service I created that allows you to code against certain services without using an SDK, simply by sending HTTPS REST commands. In this article, I will demonstrate how this works against SharePoint Online; however other services are also available.
How To Access Data From Azure Table Storage Using Rest API in ASP.NET Core - Part One
Oct 31, 2018.
In this article, we are going to see how to access data from Azure table storage using Rest API in ASP.NET core. The ASP.NET core is an open source web framework by Microsoft which can be run on MAC, Windows, Linux. Azure Tables is a NoSQL cloud database and it is not a relational database, It can store just without any other kind of relations like foreign keys.
Handling The SharePoint REST API Search Threshold Limit In SPFx
Sep 10, 2018.
Handling the threshold limit restriction of resulting rows in SharePoint Rest API Search in SharePoint Framework applications.
1
-
100
of
672
<<
1
2
3
4
5
>>
Search
OUR TRAINING