Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | juandebravo.com
12.4 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | damienbod.com
12.8 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....
| | csharp.christiannagel.com
7.1 parsecs away

Travel
| | In a previous version of a Professional C# book I've written a complete chapter on how to create Windows Services with the .NET Framework. Using .NET Core 3.0, it's a lot easier to create Windows Services: just a single line of code is needed to convert a background worker to a Windows Service. See Creating...
| | www.milanjovanovic.tech
67.7 parsecs away

Travel
| Serilog is a structured logging library for .NET. It's also my preferred logging library in the projects I'm developing. I want to share 5 practical tips for better structured logging with Serilog.