The Microsoft Graph SDKs are designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph - Graph SDK overview.
We are going to learn how to use Microsoft Graph .NET SDK together.
Resources
Discord server for Code w/ Saar: / discord
Code Example in the video:
https://github.com/xiaomi7732/CodeWit...
Microsoft Graph SDK overview: https://bit.ly/3l3WuFN
Application Registration: https://aka.ms/AppRegistrations
Authorization and sign-in for OneDrive in Microsoft Graph: https://bit.ly/392bwVq
Link to Graph API for listing children items: https://bit.ly/392jdv4
00:00 Intro
00:51 Choose HttpClient or Graph SDK
02:05 Steps to use Microsoft Graph SDK
04:32 Run the example code