/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
| | montemagno.com
3.7 parsecs away

Travel
| | Learn how easy it is to use an appsettings.json in your .NET MAUI app for complete control over configuration.
| | 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...
| | www.daveabrock.com
21.8 parsecs away

Travel
| In this post, we refactor our component to inject an API service wrapper, to abstract away a direct HttpClient dependency.