Back to publications
Microsoft Learning: Build ASP.NET MVC web applications with the Microsoft Graph .NET SDK
ModuleMicrosoft Learn 2017

Microsoft Learning: Build ASP.NET MVC web applications with the Microsoft Graph .NET SDK

View on Microsoft Learn

Still published and available on the original platform.

Overview

I work with Microsoft Learning to publish & maintain multiple self-paced learning modules related to Microsoft 365. These modules are primarily used as self-paced study resources for developers preparing to take the MS-600 exam, the only prerequisite to achieve the Microsoft 365 Certified: Teams Application Developer Associate certification. This is one of those modules.

Microsoft Graph enables developers to consume user information stored in Microsoft 365 in custom applications. Data is retrieved from Microsoft Graph through a REST API or using one of the various native SDKs provided by Microsoft.

In this module, you’ll learn how to work with the Microsoft Graph .NET SDK to create an ASP.NET MVC web application to access data in Microsoft 365.

Learning objectives

By the end of this module, you’ll be able to:

  • Demonstrate how to create and configure an ASP.NET MVC application to authenticate users and obtain tokens from Microsoft Entra ID
  • Demonstrate how to get display a user’s events in their calendar
  • Demonstrate how to use the Microsoft Graph .NET SDK