.NET Core Getting Started with the Microsoft Graph API in .NET Core 3.0 Microsoft Graph is a unified API that gives you access a wide variety of data within the Microsoft 365 ecosystem. See how to get started with the Graph in your .NET Core 3.0 applications.
.NET Core Resilient HTTP Requests with .Net Core See how you can make your Web Requests standup to high volume and transient exceptions using HttpClientFactory and Polly.