youtube image
From YouTube: Exploring the Microsoft Graph SDK

Description

Microsoft Graph is a gateway to the data and intelligence in Microsoft 365. It provides a unified programming model that you can use to take advantage of the data in Office 365, Enterprise Mobility + Security, and Windows 10.

In this episode we're joined by Darrel Miller (@darrel_miller), PM for Microsoft Graph developer tooling. Darrel gives us an overview of what Microsoft Graph is, and also shows us how to get started with the .NET SDK.

[T00:54] - What is Microsoft Graph?
[T02:25] - Getting started
[T06:34] - Graph .NET SDK demo
[T13:45] - Providing a token to the SDK
[T16:58] - Reading information with the fluent API
[T19:40] - Sending email via the SDK
[T21:32] - Customizing the underlying API request
[T23:39] - How does Microsoft Graph and the SDK get versioned?

Useful Links

Microsoft Graph Homepage
https://developer.microsoft.com/graph?WT.mc_id=ondotnet-channel9-cephilli

Microsoft Graph Documentation
https://docs.microsoft.com/en-us/graph/overview?WT.mc_id=ondotnet-channel9-cephilli

Microsoft Graph NuGet
https://www.nuget.org/packages/Microsoft.Graph?WT.mc_id=ondotnet-channel9-cephilli

Microsoft Graph Client Library for .NET
https://github.com/microsoftgraph/msgraph-sdk-dotnet