March 5, 2026 · 5 min read
Dapper maps C# strings to nvarchar(4000) by default. If your SQL Server column is varchar, every query silently scans every row instead of seeking the index.
December 8, 2025 · 5 min read
A hands-on look at using extension members to improve expressiveness and eliminate boilerplate in C#.
May 18, 2020 · 5 min read
I wanted viewers of my site to know if and when I was currently streaming on my Twitch channel. So I created a handy badge that tells them when I'm online. Here's how I did it!