Explore >> Select a destination


You are here

blog.kotzilla.io
| | blog.jetbrains.com
15.7 parsecs away

Travel
| | Kotlin/Wasm is in Alpha! Continue reading to explore the capabilities of this technology.
| | renato.athaydes.com
16.4 parsecs away

Travel
| |
| | publicobject.com
11.2 parsecs away

Travel
| | You can do dependency injection (DI) manually or with a library. Constructing your applications dependency graph by hand is a cute exercise but not practical beyond toy examples. Youll eventually find yourself extracting the repetitive manual DI code into your own bespoke library, one thats likely to
| | damienbod.com
67.1 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....