Ken Dale
  • Blog
  • About Me
  • Projects
  • Speaking

Ken Dale


Jesus follower, husband, father, cat dad, software developer focused on the .NET web stack, JavaScript, DevOps, and cloud infrastructure.

Ken Dale


Jesus follower, husband, father, cat dad, software developer focused on the .NET web stack, JavaScript, DevOps, and cloud infrastructure.

Prevent Duplicate Invocations of Durable Functions Using Azure Functions With C#

January 15, 2021

Durable Functions is an extension for Azure Functions to help write stateful services in a stateless environment. When starting a new process, you may want to verify it isn’t already running by checking the list of in-flight Durable Functions with some custom logic. [Read More]
Tags: dotnet

Get Basic Information For Azure AD Object Ids Using PowerShell

January 7, 2021

Quick summary [Read More]
Tags: azure, powershell

Reverting Azure ARM Template Changes Using Change History And Manual ARM Deployment

January 5, 2021

I made some ARM templates changes and unintentionally removed Access Policy items from an Azure Key Vault in a (thankfully) non-production environment. Since the ARM template doesn’t have the before state in the repository, reverting the pull request isn’t going to fix it. [Read More]
Tags: azure

SQL ADO.NET Scaler And Reader Sync vs Async Benchmarks Using BenchmarkDotNet, LocalDB, And C#

December 18, 2020

I wrote some benchmarks using BenchmarkDotNet for ADO.NET C# code targeting LocalDB. Here’s what I found: [Read More]
Tags: dotnet

Monitoring Web Application Deployment Impact Using Artillery

December 16, 2020

If you’re looking to monitor the state of your web application during a deployment it can be useful to run a bunch of requests to see the impact during deployment. We can use a load testing tool, like Artillery, to accomplish this. [Read More]
Tags: web
  • Older Posts →

Ken Dale  •  2021  •  kendaleiv.com

Theme by beautiful-jekyll

All content copyright © Ken Dale 2020 under the CC BY 4.0 license.