How to run a timer triggered Azure Function instantly when developing
You can set a timer triggered Azure Function to run on startup when built for development like this:
You can set a timer triggered Azure Function to run on startup when built for development like this:
Sadly Microsoft’s documentation on this is non-existent at the moment and there are a couple of tricky parts that caught me out the first time I tried so I t...
For the third year in a row I attended Tech Nottingham’s Hack24; a 24 hour hackathon hosted in the heart of Nottingham and sponsored by some of the most prom...
I recently had the need to access a property in another property in C#. Accessing a property value is trivial using PropertyInfo but it’s only capable of acc...
Earlier today I turned Cloudflare’s automatic email obfuscation off on this site. Why you might ask? Well because it was the only JavaScript on this site and...