Skip to main content
  1. Tags/

Microsoft-Graph

Azure App Registration: A Complete Guide from Zero to Working App

Deep Dive · Jan 10, 2026 · 12 min read
If you have ever tried to call the Microsoft Graph API, integrate with SharePoint, or add “Sign in with Microsoft” to an application, you hit the same wall: you need an App Registration. It is the first thing you do, and if you get it wrong, nothing else works.
Azure App Registration: A Complete Guide from Zero to Working App

Implementing SharePoint File CRUD Operations using Microsoft Graph API

Deep Dive · Dec 24, 2024 · 11 min read
Introduction # Microsoft Graph API provides a unified endpoint for accessing Microsoft 365 services, including SharePoint. This article demonstrates how to implement create, read, update, and delete (CRUD) operations for files in SharePoint document libraries using Microsoft Graph API and .NET. You’ll learn how to authenticate to Microsoft Graph, navigate SharePoint site structure, and manage files programmatically.
Implementing SharePoint File CRUD Operations using Microsoft Graph API