Development Practices Give Me Every Nth Row: Reproducible Sampling in SQL Server and EF Core For a recent project, I needed a small, representative sample of a large table. Here's the sampling approach I landed on.
C# Optimize EF Core Database Query Performance In a recent software project, we saw a big drop in the web app's performance. Here are the strategies we used to improve query performance.