- Module 1: Learn how to show a user's emails in ASP.NET Core apps with Microsoft Graph. Also, learn how to optimize Microsoft Graph queries and load email in batches.
- Configure a .NET Core app to retrieve emails using Microsoft Graph
- Retrieve a user’s emails from Microsoft Graph
- Break large data sets from Microsoft Graph into pages
- Module 2: Microsoft Graph provides access to data stored across Microsoft 365 services. In this module, you'll learn how to access Microsoft 365 data to show a user's default calendar in an ASP.NET Core application by using Microsoft Graph APIs and SDKs. To make sure that the web app only shows what's immediately relevant to the user, you'll access and display occurrences and instances of events for a given period.
- Learn how to retrieve a list of calendar events from a user's calendar for a given period by using Microsoft Graph and ASP.NET Core.
- Display retrieved calendar events in an application.
- Module 3: Learn how to list, download, and upload a user's files in an ASP.NET Core application by using Microsoft Graph.
- Configure an ASP.NET Core app to list files in a user's instance of OneDrive for Business.
- Download files from OneDrive for Business by using Microsoft Graph.
- Upload user files from a browser into OneDrive for Business by using Microsoft Graph.
After completing this module, you'll be able to:
At the end of this module, you'll be able to:
After completing this module, you'll be able to: