Opt-in features can be a bit hard to implement with Azure AD. Here we look at an example of doing that for an optional calendar integration.
Introduction to the new Azure AD v2 endpoint and its capabilities
Showcases how one could call JavaScript functions returning Promises with await from front-end C# code.
Shows a solution for sharing data annotation property name translations and error messages in a single RESX file.
Explores some special scenarios where you have a multi-tenant app that is composed of multiple parts. First the "API Chain" scenario, and second a scenario where two apps require access to each other.
Looks at an example for storing sensitive configuration in Azure Key Vault, and connecting it to the ASP.NET Core configuration pipeline.
In-depth walkthrough on the device code authentication flow which can be used by browserless and input-limited devices.
Shows how to know if an HTTP request came from Application Insights availability tests.
Checking out the new ActionResult<T> class coming in ASP.NET Core 2.1.
How to make authentication handlers in ASP.NET Core 2.0, and walks through a naive implementation for HTTP Basic authentication.