Home

C#

Microsoft Graph SDK …

What is Microsoft Graph? Microsoft Graph is the unified REST API for Microsoft 365. Think of it as a single gateway to access data across SharePoint, Teams, OneDrive, Outlook, Azure AD, and more - all through one consistent API. Graph vs CSOM/PnP.Framework: Graph: Modern REST API, works across all …

PnP.Framework …

App registration Go to https://portal.azure.com and search for “App registrations”: Click “New registration” and fill out the name, and leave the “Supported account types” to default for now (Default: Accounts in this organizational directory only (xxx - Single …

Export files as zip from …

I have long been frustrated by the inability to download multiple files from SharePoint as a zip file via code, in the same way it’s possible through the user interface. When this suddenly became a requirement from a customer , I had to come up with a solution 💡. Naturally, the solution needed to be …