/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

adamstorr.co.uk
| | lenholgate.com
3.6 parsecs away

Travel
| | [AI summary] The author explains the critical importance of writing the very first unit test to verify that an object can be instantiated and isolated from its dependencies, using a practical example with a Win32Tools library.
| | vannevel.net
4.5 parsecs away

Travel
| | With the release of Visual Studio 2015 RC, we also received the pretty much final implementation of the Diagnostics implementation. This SDK allows us to create our own diagnostics to help us write proper code that's being verified against those rules in real-time: you don't have to perform the verification at a separate build-step. What's more is that we can combine that with a code fix: a shortcut integrated in Visual Studio that provides us a solution to what we determine to be a problem.
| | lenholgate.com
5.7 parsecs away

Travel
| |
| | gregorsuttie.com
21.1 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...