Recent

Combining cron expressions in Azure WebJobs TimerTriggers
Azure supports using cron expressions to trigger WebJobs, but each job can have only a single cron schedule. Learn how to use the TimerSchedule class to create custom schedules and combine cron expressions

Generating WPA Regions of Interest from performance marks
·554 words·3 mins
Automate creating WPA Regions of Interest files using PowerShell

Using the Windows Performance Toolkit to analyze performance marks on Edge and Chrome
·910 words·5 mins
Learn how to use the Windows Performance Toolkit to drill into web app scenarios using performance.mark
The curious case of PowerShell, Castle DynamicProxy and indexers
·841 words·4 mins
I seem to have hit some sort of edge case between the Castle DynamicProxy object and the binding / dispatching of method calls in PowerShell.
HTTP & HTTPS in Service Fabric Web API
·1478 words·7 mins
Updating the boilerplate code in a Service Fabric Web API to support HTTP and HTTPS endpoints simultaneously
