Combining cron expressions in Azure WebJobs TimerTriggers9 August 2017·819 words·4 minsazure webjobsAzure 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 marks26 July 2017·554 words·3 minsperformance chrome edge wpaAutomate creating WPA Regions of Interest files using PowerShell
Using the Windows Performance Toolkit to analyze performance marks on Edge and Chrome24 July 2017·910 words·5 minsperformance chrome edge wpaLearn how to use the Windows Performance Toolkit to drill into web app scenarios using performance.mark
The curious case of PowerShell, Castle DynamicProxy and indexers19 July 2016·841 words·4 minspowershell dotnetI 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 27 April 2016·1478 words·7 minsazure service fabric dotnetUpdating the boilerplate code in a Service Fabric Web API to support HTTP and HTTPS endpoints simultaneously