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

Creating a 'pooled' dependency injection lifetime
In this post I investigate how to create a 'pooled' dependency injection scope that automatically pools services between multiple requests…

Going beyond singleton, scoped, and transient lifetimes—tenant, pooled, and drifter
In this post I investigate some 'experimental' dependency injection scopes that provide additional features over Singleton, Scoped, and Transient…

NetEscapades.AspNetCore.SecurityHeaders 1.0.0 has been released
In this post I describe the recent major changes to NetEscapades.AspNetCore.SecurityHeaders, a NuGet package for adding security headers to your apps.…

Verifying tricky git rebases with git range-diff
In this post I look at the git range-diff feature, show what it's for and how it works, explain the output format, and demonstrate it with a toy scenario…
in Git
Creating SBOM attestations in GitHub Actions
In this post I show how you can create attestations for SBOM documents that you have created for your application or Nuget package…

Creating a software bill of materials (SBOM) for an open-source NuGet package
In this post I discuss several tools you can use to create a software bill of materials (SBOM) for an application or a NuGet package…

