Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.43 KB

01-intro.md

File metadata and controls

18 lines (10 loc) · 1.43 KB

Build .NET Core apps with Microsoft Graph

This tutorial teaches you how to build a .NET Core console app that uses the Microsoft Graph API to retrieve calendar information for a user.

If you prefer to just download the completed tutorial, you can download or clone the GitHub repository.

Prerequisites

Before you start this tutorial, you should have the .NET Core SDK installed on your development machine. If you do not have the SDK or Maven, visit the previous link for download options.

You should also have either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account. If you don't have a Microsoft account, there are a couple of options to get a free account:

This tutorial was written with .NET Core SDK version 6.0.101 The steps in this guide may work with other versions, but that has not been tested.

Next step