- 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.

Fixing MAX_PATH issues in GitLab
In this post I show how you can enable Git's long-path support in a GitLab job to override Window's MAX_PATH limitations which can cause git clone failures…

Preventing breaking changes in public APIs with PublicApiGenerator
In this post I show how you can use the PublicApiGenerator project to document your public API and build a snapshot unit test to prevent breaking changes…

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…

