.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.
.NET Core .NET Core 3.0's Unified Generic Host For years we've all probably grown accustomed to developing ASP.NET Core applications and benefiting from all the goodness the WebHostBuilder provided. Out of the gate with a few simple