|
You are here |
lostechies.com | ||
| | | | |
haacked.com
|
|
| | | | | 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
|
|
| | | | | ASP.NET 5 like configuration in regular .NET applications | |
| | | | |
damienbod.com
|
|
| | | | | 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
|
|
| | | 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... | ||