Explore >> Select a destination


You are here

jwcooney.com
| | michaelscodingspot.com
11.4 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | damienbod.com
13.2 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
10.6 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...
| | ukiahsmith.com
105.0 parsecs away

Travel
| Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative.