Andrew VarnonAdding procdump to a dotnet 8 Docker imageSometimes you need to get a dump from a running application. This can be difficult if you are using Docker images based on…Jan 12Jan 12
Andrew VarnonExtending Polly Retry Policies to cover IAsyncEnumerablesI recently encountered an issue where a Polly retry policy wasn’t covering a chunk of code the way that I expected. The reason being that I…Feb 2, 20231Feb 2, 20231
Andrew VarnonProcessing a ProgressiveDataSet from Microsoft.Azure.Kusto.DataICslQueryProvider’s ExecuteQueryV2Async method is a powerful way to obtain streaming results from Azure Data Explorer (ADX) as well as…Jan 2, 2023Jan 2, 2023
Andrew VarnonAdding CancellationToken support to Microsoft.Azure.Kusto.DataThe Microsoft.Azure.Kusto.Data library provides support for executing control commands against and querying Azure Data Explorer (ADX). Even…Jan 2, 2023Jan 2, 2023
Andrew VarnonRunning Unit Tests in Parallel with Azure DevOps and a Windows AgentMicrosoft has a good writeup on running unit tests in parallel with Azure DevOps and an Ubuntu build agent at…Jun 14, 20211Jun 14, 20211
Andrew VarnonUsing the LAB Pin Decoder to Decode Medeco Biaxial Pins and KeysI have the LAB LPDMED (LAB Brand Pin Decoder for Medeco Biaxial Pins) but LAB doesn’t really give instructions for using it. This is a…May 6, 2021May 6, 2021
Andrew VarnonReplacing the Tubular Lock on a Hornady RAPiD® SafeI have owned a Hornady RAPiD® Safe for a number of years. I recently became aware of how easy it is to impression the tubular lock that…Apr 24, 2021Apr 24, 2021
Andrew VarnonHow to show Enums as Strings in Swashbuckle.AspNetCoreOnce upon a time you could use DescribeAllEnumsAsStrings() to display enums as string instead of numbers in Swagger/Swashbuckle…Apr 22, 20213Apr 22, 20213
Andrew VarnonDownloading a File from Azure Blob Storage in Forest AdminMy project manages files by using both SQL Server records and Azure Blob Storage. We’re exposing the SQL records through Forest Admin but…Jan 26, 2021Jan 26, 2021
Andrew VarnonBinding a Web Job to Azure BLOB Storage Containers defined in ConfigurationI have a Web Job that needs to response to BLOBs being created in multiple Azure Storage Containers. This would be straight forward except…Jan 14, 2021Jan 14, 2021