/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lostechies.com
| | haacked.com
3.6 parsecs away

Travel
| | C# 11 introduced static virtual members in interfaces. The primary motivation for this feature is to support generic math algorithms. But it turns out, this feature is useful in other scenarios.
| | dusted.codes
4.5 parsecs away

Travel
| | ASP.NET 5 like configuration in regular .NET applications
| | damienbod.com
2.4 parsecs away

Travel
| | This article shows how Azure Key Vault could be used together with Azure Functions. The Azure Functions can use the system assigned identity to access the Key Vault. This needs to be configured in the Key Vault access policies using the service principal. By using the Microsoft.Azure.KeyVault and the Microsoft.Extensions.Configuration.AzureKeyVault nuget packages, defining direct references...
| | damienbod.com
31.0 parsecs away

Travel
| This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or...