/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

stenbrinke.nl
| | conradakunga.com
3.1 parsecs away

Travel
| | This is Part 1 of a series on Dependency Injection
| | damienbod.com
1.9 parsecs away

Travel
| | This article looks at setting up an ASP.NET Core application to use Azure Key Vault. When deployed to Azure, it works like in the Azure documentation but when working on development PCs, some changes are required for a smooth developer experience. Code: https://github.com/damienbod/UsingAzureKeyVaultInDevelopment I develop using Visual Studio and manage multiple accounts and test environments....
| | montemagno.com
3.6 parsecs away

Travel
| | Learn how easy it is to use an appsettings.json in your .NET MAUI app for complete control over configuration.
| | az-liftshift.com
33.1 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