You are here |
csharp.christiannagel.com | ||
| | | |
adamstorr.co.uk
|
|
| | | | Autofac allows for using Named or Keyed dependencies. Can these be used directly in .NET 6 Isolated Azure Functions without additional layers? | |
| | | |
blog.peterritchie.com
|
|
| | | | Peter Ritchie | |
| | | |
damienbod.com
|
|
| | | | 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.... | |
| | | |
timdeschryver.dev
|
|
| | How to make use of the new StatusCodeSelector property to change the default HTTP response status code (500) of a Problem Details response, based on the thrown exception. |