/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

www.openmymind.net
| | jameschambers.com
5.5 parsecs away

Travel
| | Even when you're dealing with Function Apps that have limited scope it's a good idea to break your scripts up into manageable, possibly reusable chunks. This is especially true if you want to work wit
| | michaelscodingspot.com
4.0 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | www.stevejgordon.co.uk
5.8 parsecs away

Travel
| | This post is my contribution to the .NET Advent calendar. Make sure you check out the other amazing posts on the lead up to Christmas! At the time of writing, I am deep into work on some significant changes in the Elasticsearch .NET client. One of the changes is moving to System.Text.Json as the default [...]
| | gregorsuttie.com
28.4 parsecs away

Travel
| There are many ways to pass variables into an Azure Function. In this quick blog post I will show you how you can test the Azure Function locally with local settings and then use app settings from the Azure Portal and then also use values stored within Azure KeyVault incase we need to store and...