Chapter 8. Microsoft Graph SDK for .NET

In the previous chapters, you played with the Microsoft Graph API by using low-level HTTP requests, which are a good option to keep control of what is travelling on the wire but can sometimes be painful to develop and maintain. Luckily, Microsoft released a NuGet package called Microsoft Graph SDK for .NET, which enables you to accomplish some of the most common and useful tasks by using a helper library, without having to dig into the details of the HTTP and REST protocols.

In this chapter, you will learn about the architecture, the functionalities, and the capabilities of the Microsoft Graph SDK for .NET and about the Microsoft Graph SDKs for all the other platforms. All the code samples and snippets ...

Get Programming Microsoft Office 365: Covers Microsoft Graph, Office 365 applications, SharePoint Add-ins, Office 365 Groups, and more now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.