- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Working with tar files in .NET 8
In this post I show how to create, extract, and list tar files using the built-in tar support introduced in .NET 7, and discuss some of the limitations…
![Banner image for Using Azure Storage Queue messages with Azure Functions and [QueueTrigger]](/content/images/2024/azure_storage_queue_banner.webp)
Using Azure Storage Queue messages with Azure Functions and [QueueTrigger]
In this post I discuss using Azure Storage Queue as a message queue and how you can process Storage Queue messages using an Azure Functions app…

Avoiding CDN supply-chain attacks with Subresource Integrity (SRI)
In this post I discus the recent pollyfill.io supply-chain attack and describe how to protect against similar attacks using Subresource Integrity (SRI)…

Combining multiple docker images into a multi-arch image
In this post I show two ways to combine multiple docker images into a single multi-arch image, discuss manifests and manifest lists, and why they matter…
![Banner image for Simplifying [Theory] test data with Xunit.Combinatorial](/content/images/2024/xunit_combinatorial_banner.png)
Simplifying [Theory] test data with Xunit.Combinatorial
In this post I show how you can simplify your xUnit [Theory] tests using the Xunit.Combinatorial package to auto-generate your test parameters…

Creating source-only NuGet packages
In this post I show how you can create a NuGet package that contains source code (instead of dlls) which is then compiled into the target project…

