C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nikhil Patil(9)
Shantha Kumar T(8)
Vijai Anand Ramalingam(7)
Vinodh Narayanan(6)
Kunj Sangani(4)
Vinay Ayinapurapu(4)
Dipen Shah(4)
Gowtham K(3)
Jalpa Dhola(3)
Shrusti Shah(3)
Abhijeet Jadhav(3)
Manoj Mittal(3)
Jayakumar Balasubramaniam(3)
Tuhin Paul(2)
Riya Patel(2)
Vinoth Xavier(2)
Siddharth Vaghasia(2)
Nanddeep Nachan(2)
Vinit Kumar(2)
Saurav Kumar(1)
Sandhiya Priya(1)
Shivam Vaghela(1)
Parthiv Suthar(1)
Ketan Sathavara(1)
Cristopher Coronado(1)
Nidhi Sharma(1)
Pankajkumar Patel(1)
Baibhav Kumar(1)
Naga Santhosh Reddy Vootukuri(1)
Manoj Kalla(1)
Mohomed Shihan(1)
Deepika Edakkoth(1)
Mithilesh Tata(1)
Subham Ray(1)
Rezwanur Rahman(1)
Rajiv Singh(1)
Md Tahmidul Abedin(1)
Charalambos Hadjiantoniou(1)
Ayca Bas(1)
Sanjay Kumar Pathak(1)
Sagar Lad(1)
Debasis Saha(1)
Vipul Jain(1)
Prashant Kumbhar(1)
Joseph Velliah(1)
Miroslav Adamec(1)
Madhan Thurai(1)
Resources
No resource found
The Five Graph Query Patterns That Power Interconnected Cash Risk
Aug 09, 2026.
Unlock interconnected cash risk with 5 graph query patterns for liquidity, regulation, and policy compliance. Powering proactive treasury intelligence.
How We Benchmarked Graph vs. Non-Graph for Cash Management
Aug 09, 2026.
Benchmarking graph vs. non-graph for cash management reveals graph's superiority for relational, multi-hop risk workloads, proving its value.
Building Enterprise Knowledge Sync Pipelines with Microsoft Graph and AI
Aug 06, 2026.
Build enterprise AI knowledge sync pipelines with Microsoft Graph. Ingest, process, and secure Microsoft 365 data for relevant, scalable AI.
Shortest Path in 1-2 Graph – Complete Explanation (Java)
Jul 28, 2026.
Find the shortest path in a 1-2 weighted graph efficiently using BFS after transforming weight-2 edges.
SurrealDB Tutorial: Combining Relational, Document, and Graph Databases
Jul 16, 2026.
Learn how SurrealDB combines relational, document, graph, and real-time database capabilities into a single platform for modern application development.
Assigning Microsoft Graph API Application Permissions to a Managed Identity Using Azure CLI
Jun 15, 2026.
Securely assign Microsoft Graph API application permissions to Azure Managed Identities using Azure CLI. Learn to retrieve App Role IDs and understand required Entra roles.
Managing User Profiles in Microsoft 365: PnPjs vs Microsoft Graph API
Apr 29, 2026.
This article explains how to manage user profiles in Microsoft 365 development by comparing two commonly used approaches: PnPjs and the Microsoft Graph API
Vector Search vs. Graph Search: Which is Better for Building Knowledge Graphs?
Mar 30, 2026.
Explore Vector Search vs. Graph Search for knowledge graphs. Understand their differences, use cases, and how to combine them for optimal results. Find the best approach!
How to send links on Teams Chats created using Microsoft Graph HTTP in Power Automate
Mar 10, 2026.
Automate sending links in Teams chats using Power Automate and Microsoft Graph HTTP requests. Streamline communication and boost team collaboration effortlessly. Learn how!
How to use Microsoft Graph API in PowerApps
Feb 09, 2026.
Unlock Microsoft Graph API in PowerApps! Extend your app's capabilities beyond standard connectors. Access advanced data from Microsoft 365 services securely.
Turning your Knowledge Graph into an MCP Server with FastMCP
Feb 08, 2026.
Expose your GraphRAG knowledge graph as an MCP server using FastMCP! Enable AI agents to discover & query it automatically. Build a universal AI tool connector.
BFS and DFS in Graph with Example
Jan 16, 2026.
Master BFS and DFS graph traversal algorithms! Explore level-by-level (BFS) and depth-first (DFS) approaches with examples, code, and comparisons. Essential for DSA!
Enterprise-Grade Microsoft Graph API Authentication in ASP.NET Core MVC
Dec 16, 2025.
From this article, you will learn how to integrate the MS Entra ID with the ASP.NTE MVC application with a Client certificate to access the MS Graph API endpoints
How to retrieve user profile information with Microsoft Graph in Azure?
Dec 08, 2025.
Retrieve user profile information with Microsoft Graph in Azure, Register application using Microsoft identity platform
What is Graph Algorithms: BFS, DFS, and Shortest Path with Examples
Oct 12, 2025.
Explore graph algorithms like BFS, DFS, and Dijkstra's for efficient problem-solving. Learn how BFS finds shortest paths in unweighted graphs, DFS excels in cycle detection, and Dijkstra's optimizes routes in weighted graphs. Discover real-world applications in navigation, social networks, and AI, mastering essential tools for connectivity, optimization, and exploration in computer science. These algorithms are crucial for developers tackling complex challenges.
Dynamic Dashboards in SPFx with Microsoft Graph and Recharts
Sep 14, 2025.
This article guides you through connecting Recharts with the Graph API to visualize live business data like Planner tasks, email analytics, and OneDrive usage. Learn how to build interactive and insightful dashboards for project management, IT monitoring, and HR analytics, transforming your SPFx solutions into powerful business intelligence tools.
OneDrive File Management with Graph API in SPFx
Sep 11, 2025.
Learn how to leverage the Microsoft Graph API within SharePoint Framework (SPFx) to build powerful OneDrive file management solutions. Automate tasks like listing files, creating folders, uploading, downloading, and deleting files directly from your custom SPFx web parts. Enhance user experience and streamline workflows within Microsoft 365 with secure and efficient OneDrive integration using delegated permissions and best practices.
Manage SharePoint Document Libraries with Graph API in SPFx
Sep 11, 2025.
Learn how to manage SharePoint document libraries programmatically using Microsoft Graph API within SPFx solutions. Automate file and folder operations like creation, upload, download, and deletion. Discover best practices for permission control, handling large files, and structured naming to enhance collaboration and productivity in Microsoft 365 environments.
Remove Users from M365 Groups with Microsoft Graph in SPFx
Sep 07, 2025.
Learn how to efficiently remove users from Microsoft 365 Groups using SPFx and Microsoft Graph API. Automate offboarding, streamline group management, and integrate directly into SharePoint. This article covers prerequisites, code examples, best practices for error handling, and securing IDs. Simplify M365 administration and enhance your SharePoint solutions by mastering user removal with Graph!
Manage Microsoft 365 Users via SPFx and Graph API
Sep 07, 2025.
Automate Microsoft 365 user profile management using SPFx and Graph API. This guide shows how to update user properties like job title, department, and phone number programmatically from SharePoint web parts. Learn to streamline HR workflows, simplify onboarding, and maintain consistent user data across Microsoft 365.
Add Users to M365 Groups with Microsoft Graph in SPFx
Sep 06, 2025.
Learn how to seamlessly add users to Microsoft 365 Groups within your SharePoint Framework (SPFx) solutions using the Microsoft Graph API. This guide provides a step-by-step approach, including code examples and best practices for managing group memberships, handling errors, and securing your code. Automate onboarding, manage course groups, and build powerful admin dashboards, all within SharePoint. Discover how to leverage MSGraphClientFactory for efficient group management.
Create Outlook and Group Events Using Microsoft Graph API
Sep 02, 2025.
Learn how to create calendar events in SharePoint Framework (SPFx) using Microsoft Graph. Explore user vs group events, Graph API integration, permissions, and best practices for seamless scheduling.
Microsoft Graph API for unified Data Access and Insights
Aug 22, 2025.
Microsoft Graph API connects Office 365, Azure AD, OneDrive, and Teams through a unified endpoint, enabling secure data access, workflow automation, insights, and collaboration for modern applications.
Send Email in SPFx Using Microsoft Graph API
Jul 31, 2025.
Learn how to send personalized emails from a SharePoint Framework (SPFx) solution using Microsoft Graph API. Set up permissions, build email payloads, and follow best practices for secure, efficient communication.
Create Graph Windows Form - WInForm using .Net 8
Apr 16, 2025.
Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.
Running Azure Resource Graph Queries in an Azure Logic App
Mar 12, 2025.
Learn how to run Azure Resource Graph queries within an Azure Logic App to automate resource management and gain insights into your Azure environment.
Managing User Data in Azure AD with Microsoft Graph API
Nov 05, 2024.
Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, creating, updating, and deleting users.
Paging Microsoft Graph data in SPFx
Oct 31, 2024.
Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
Microsoft Graph Permissions - Get Access on Behalf of a User
Oct 30, 2024.
To call Microsoft Graph, an app must obtain an access token from the Microsoft identity platform. This access token includes information about whether the app is authorized to access Microsoft Graph on behalf of a signed-in user or with its own identity.
SharePoint Online - Add/Update Taxonomy Field Using Graph API
Oct 25, 2024.
This guide covers step-by-step instructions for integrating taxonomy fields, managing metadata, and customizing fields in SharePoint lists and document libraries. Enhance your SharePoint solutions with precise metadata control.
Unlocking the Power of Graph API for SharePoint Pages
May 14, 2024.
The Microsoft Graph API empowers developers with seamless access to Microsoft 365 services, including SharePoint, enabling programmatic management and customization of SharePoint pages. It streamlines page creation, editing, publishing, metadata management, and template utilization, enhancing efficiency and scalability.
What is Difference Between Rest API and Graph API
Mar 07, 2024.
Know the difference between "Rest" API and "Graph" API with an example.
Alibaba Cloud Graph Compute and Computing Solution
Feb 19, 2024.
Alibaba Cloud Graph Compute has garnered attention for its exceptional performance, flexibility, and cost-efficiency. In this article, we delve into the myriad benefits of Alibaba Cloud Graph Compute, exploring how it empowers businesses to unlock the full potential of their data assets.
Integration Guide: Effortless Microsoft Graph API Access SSO
Feb 06, 2024.
Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly retrieve Events, User Data, and more. The rich functionality of Microsoft Graph API and elevate your development skills to new heights.
Integration Guide for Effortless Microsoft Graph API Access
Feb 05, 2024.
Discover the Power of Integration: Dive into our comprehensive guide on accessing Microsoft Graph API in C#! Uncover step-by-step instructions, best practices, and practical examples to seamlessly retrieve Events, User Data, and more. Empower your applications with the rich functionality of Microsoft Graph API and elevate your development skills to new heights.
Microsoft Graph Subscriptions & Webhooks
Jan 31, 2024.
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 and seasoned developers alike. Explore the depth of Microsoft Graph, your key to the versatile Microsoft 365 ecosystem.
Manage user account in Azure AD B2C with Microsoft Graph
Dec 28, 2023.
From this article, you will learn how to manage a user account in Azure AD B2C with Microsoft Graph. and the integration of Azure AD B2C with the Microsoft Graph SDK with C#. We’ll discuss the capabilities offered by the Microsoft Graph SDK for Azure AD B2C with a practical example of getting the Azure AD B2C user list using Microsoft Graph to guide you through the process of incorporating these technologies into your applications.
Counting Cycles in Undirected Graph with DFS
Oct 26, 2023.
This is a graph problem to count the noumber of cycles with length n using Depth First Search
Fetch documents from SharePoint document library using Microsoft Graph API
May 02, 2023.
This article covers detailed insights on how you can fetch document/file details residing in a SharePoint document library using Microsoft Graph API.
Get User Properties With Graph API In Power Automate
Apr 10, 2023.
In this article, you'll discover how to retrieve user profiles in Microsoft Power Automate using an HTTP request via the Graph API. Learn how to filter user profile information for a specific user based on their ‘user principal name’ or other parameters.
Mocking API Responses Made Easy With Graph Developer Proxy
Apr 07, 2023.
Improving API Development Workflow and Reducing Costs with Graph Developer Proxy Mocking
Overview Of Graph Developer Proxy
Mar 28, 2023.
Graph Developer Proxy is a CLI tool that simulates API errors & mock responses for Microsoft Graph API. Facilitates error handling & app development.
What Is Microsoft Graph Developer Proxy?
Mar 20, 2023.
Microsoft Graph Developer proxy simulates API errors that might occur in specific circumstances (for example, in production environments) and provides tips on improving API and app performance.
How To Send Microsoft Teams Self-Message Using Graph SDK
Mar 19, 2023.
Learn how to send Microsoft Teams self-messages using Graph SDK in a .NET 6 console application with this step-by-step tutorial.
Join us for Hack Together: Microsoft Graph and .NET
Feb 24, 2023.
Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET. If you’re a beginning coder, a student, or an expert looking for an opportunity to learn a new skill, don’t miss this opportunity!
Fetch Documents From SharePoint Document Library Using Microsoft Graph API
Nov 28, 2022.
In this article, you will learn how to fetch documents from SharePoint document library using Microsoft Graph API.
Admin Consent Flow For Microsoft Graph PowerShell Module
Sep 26, 2022.
In this article, let’s try to understand basic identity flows involved in Graph PowerShell module and admin consent to interact with Graph PowerShell.
Get Current User Profile Properties In SPFx Webpart Using MS Graph API
Aug 25, 2022.
In this article I have explained how to get the current user profile properties in your SPFx webpart using Microsoft Graph API
Using Graph API In Power Automate
Aug 20, 2022.
In this article, we will see how to interact with Graph API using graph explorer and using the requests in Power Automate.
SharePoint Framework (SPFx) - Graph API - ReactJS Get Calendar Events From Office 365
Aug 08, 2022.
In this article, we will see how we can get calendar events from Office 365 into a SharePoint framework – SPFx ReactJS web part using Graph API.
Installing MS Graph PowerShell Module
Jul 26, 2022.
This article explains what MS Graph is and how to install the Graph Powershell module on a Windows machine.
Microsoft Graph Toolkit - Caching
Feb 13, 2022.
Microsoft Graph Toolkit Components cache can help to significantly improve latency and throughput Increased load on the Microsoft graph calls results in higher latencies to get data, making the overall application performance unpredictable. An effective caching strategy is perhaps the single biggest factor in creating an app that performs well at scale. Properly leveraging caching can result in an application that not only performs better, but also costs less at scale.
Accessing SharePoint Data From Azure Function Via Graph API
Feb 11, 2022.
In this article, we will learn step by step guide on how to access SharePoint data from the Azure function via Graph API.
Microsoft Forms As A Tab In Teams Using Graph API In Power Automate
Feb 02, 2022.
In this article, you willl learn about Microsoft Forms as a tab in Teams using Graph API in Power Automate.
Create Recurrence To-do Task Using Microsoft Graph API
Dec 29, 2021.
How to create a simple to-do task and recurrence to-do task item using Microsoft Graph API.
Animate Your Profile Image Using Microsoft Graph Toolkit In SharePoint
Dec 07, 2021.
In this article, you will learn how to show the animated profile image in SharePoint using Microsoft Graph Toolkit.
MS Teams Team Creation With Graph APIs From Graph Explorer
Oct 08, 2021.
In this article, you will learn about MS teams team creation with Graph APIs from Graph Explorer.
Basics Of Graph Database
Sep 01, 2021.
In this article, we are going to explore the basics of Graph Databases.
React Application Integration To Microsoft Graph Using Microsoft Graph SDK
Jul 21, 2021.
In this article, you will learn about react application to consume data from Microsoft 365 business apps using Microsoft Graph End Point and Graph SDK
Manage Site Content Type Using Microsoft Graph Content Type APIs
May 03, 2021.
In this article, you will learn how to manage Site Content Type using Microsoft Graph Content Type APIs.
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
Altering Item Insights Security In Microsoft Graph Using PowerShell Commands
Apr 23, 2021.
Item experiences security settings give the capacity to arrange the perceivability of insights which is got from Microsoft Graph
Calling Graph API Via Console Application Using .NET 5
Apr 19, 2021.
This article explains how the graph api services can be used in your applications.
Microsoft Search with Service Now Graph Connector
Sep 14, 2020.
In this article, let's understand how to index the "Service Now" knowledge base article using Graph Connector for Microsoft Search Results.
Extend Microsoft Search With Azure DevOps Graph Connector
Sep 10, 2020.
In this article, we will learn how to connect azure devops tasks with Microsoft Search
Extend Microsoft Search With Azure SQL Graph Connector
Sep 06, 2020.
In this article, you will learn how to connect external items with Microsoft Search
Update Profile Picture Using Graph API In SPFx
Aug 11, 2020.
This blog is a step-by-step guide to creating a SPFx web part which would help update a profile picture using Graph API
Delta Queries In Microsoft Graph API Using C#
Aug 09, 2020.
This article discusses Delta Queries in Microsoft Graph using C#.
Design And Implement A Graph Database In Azure Cosmos DB
Jul 22, 2020.
In this article, we discuss the concept of a Graph Database and how we can create and operate in a Graph Database using Azure Portal.
Retrieve Files And Items From SharePoint Using Microsoft Graph API
Jul 07, 2020.
In this article, you will learn how to retrieve files and items from SharePoint using Microsoft Graph API.
Consume Microsoft Graph API Using A PnP Graph From SPFx-Webpart
Jul 03, 2020.
In this article, I explain how to consume a Microsoft graph API using @pnp/graph from your SPFx-Webpart
Fetch An Access Token To Access Microsoft Graph API Using Msal.JS (Microsoft Security Authentication Library)
Jul 03, 2020.
In this article, I have explained how to fetch an access token using MSAL JS.
Custom Connector To Connect Graph API In PowerApps
Jun 23, 2020.
This article will help us understand how we can create a custom connector to connect graph API in PowerApps
Overview Of Microsoft Graph Open Extensions And Schema Extensions
Jun 22, 2020.
Learn about Microsoft Graph Extensions allowing customization of Graph API resources. Understand Open Extensions and Schema Extensions, their necessity in managing application data, supported resources, permissions required, and limitations.
How To Restore MS Teams Using Graph API In PowerShell
Jun 09, 2020.
This article demonstrates how to restore Archived MS Teams using Microsoft Graph API in PowerShell.
How To Archive MS Teams Using Graph API In Powershell
Jun 01, 2020.
This article demonstrates how to Archive MS Teams using Microsoft Graph API in PowerShell.
The New Modern Look Of Graph Explorer GA
May 20, 2020.
This article articulates the additional features added in the GA version of the new modern Microsoft Graph Explorer
Overview Of Microsoft Graph - Part One
May 18, 2020.
In this article, you will learn about microsoft graph.
Microsoft Teams Operations In SPFx Webpart Using Graph API
May 17, 2020.
In this article, we will learn how to perform MS teams Operations (get teams, send a message) in SPFx using Graph API.
How To Access Microsoft Graph API In Console Application
May 13, 2020.
In this article, you will see how to access Microsoft Graph API in Console Application.
Display Group Members Using Graph API In SharePoint Framework
May 06, 2020.
Display Group Members using Graph API in SharePoint Framework
List Joined Teams Using Graph API In SharePoint Framework
May 06, 2020.
In this article you will learn about List Joined Teams using Graph API in SharePoint Framework.
Display Calendar Events Using Graph API in SharePoint Framework
Apr 29, 2020.
Explore the process of integrating Microsoft Graph API to showcase calendar events within a SharePoint Framework web part. Follow steps to set up dependencies, scaffold the solution, manage permissions, deploy to the app catalog, and seamlessly test the functionality within SharePoint sites.
Retrieve Files and Items from Sharepoint Using Microsoft Graph API
Apr 17, 2020.
In this article, you will learn how to retrieve files and items from SharePoint using Microsoft graph API.
How To Attach A File While Sending Email Using Graph API In SharePoint Framework (SPFx)
Apr 15, 2020.
In this article let’s discuss how to attach a file while sending email using Graph API in SharePoint Framework webparts.
How to Send an Email Using a Graph API in SharePoint Framework (SPFx)
Apr 12, 2020.
In this article, let’s discuss how to send an email using Graph API client in SharePoint Framework (SPFx) web parts.
Retrieve The List Of Apps Installed In The Specified Team Using Microsoft Teams Graph API In PowerShell
Apr 07, 2020.
In this article, you will see how to retrieve the list of apps installed in the specified team using Microsoft Teams Graph API in PowerShell.
How To Access Microsoft Teams Graph API In PowerShell
Apr 02, 2020.
In this article, you will see how to access Microsoft Teams Graph API in PowerShell.
How To Access Microsoft Teams Graph API In Power Automate
Apr 02, 2020.
Learn how to automate Microsoft Teams lifecycle with Graph API, including creating teams, channels, and adding members. This guide covers registering an application in Azure, setting permissions, and creating a flow in Power Automate to access and retrieve all teams using Graph API.
Azure Graph API 😇
Mar 11, 2020.
In this article, you will learn about Azure Graph API, its services, and the next steps.
Microsoft Graph Explorer Method To Get And Remove Guest Users In Office 365
Feb 28, 2020.
This article explains how to retrieve and remove the guest users from Office 365 Users list.
Microsoft Graph Explorer Way To Manage App Registrations
Feb 18, 2020.
Do you want to create and manage the app registrations using Microsoft Graph API instead of App Registration portal. Check out this article..
Microsoft Graph API - User Presence Endpoints
Jan 24, 2020.
In this article, you will learn about Microsoft Graph API - user presence endpoints.
Microsoft Graph Explorer Way To Manage Planner
Jan 22, 2020.
Learn how to create and get the plans associated to the Office 365 group using Microsoft Graph Explorer
Authorize ASP.NET Core App By Azure AD Groups Using Graph API
Jan 06, 2020.
In this article, you will learn how to authorize asp.net core app by Azure ad groups using graph API.
Calling Graph API From Power Automate Flow
Jan 02, 2020.
Discover how to integrate Microsoft Graph API with Power Automate by registering applications in Azure AD, setting up administrative access, creating workflows with API permissions, obtaining consent, and initializing variables for HTTP requests.
Microsoft Graph Explorer Way To Create Teams In Office 365
Dec 10, 2019.
This article explains the steps to create a new Team in Office 365 without any programming.
Show Outlook Messages From Microsoft Graph In SPFx Client-Side Web Part
Nov 27, 2019.
In this article, we will learn about some basics of MSGraph , and example for fetching Outlook Messages using MsGraph.
The New Modern Look of Microsoft Graph Explorer
Nov 15, 2019.
What is Microsoft Graph Explorer? Here we can see the new features and enhanced features added in the new Microsoft Graph Explorer Preview.
Create Calendar Events From SharePoint Using MS Graph API
Oct 11, 2019.
In this article, you will learn how to create calendar events from SharePoint using MS Graph API.