Using AnalyzerConfigOptionsProvider and GlobalAnalyzerConfigFiles to configure an .NET Incremental Generator
Recent Posts
Spectre.Console and String Interpolation
You are probably forgetting to escape your markup when using Spectre. Here's how to fix that.
Optimizing Your PowerShell Load Times
Speed up your time from launching PowerShell to seeing C:\
Better Tagging of EF Core Queries with .NET 6
How to add tags to your EF Core queries, and how to automatically give those tags better info.
DotNet Soddi
Introducing DotNet Soddi, a modern CLI tool for working with Stack Overflow archives
Hosting Statiq Sites on Vercel
How to configure and deploy a statiq site to Vercel
UsedImplicitly on External Libraries
How to use ExternalAnnotations to apply UsedImplicitly on third party libraries in your CQRS application.
Command Line Verbs and MediatR
Using MediatR to process parsed command line verbs
Better Tagging of EF Core Queries
How to add tags to your EF Core queries, and how to automatically give those tags better info.
CQRS Repository with EF Core
Creating a repository of questionable value around an EF Core DbContext.