Category: Development

SQL Server Pagination with COUNT(*) OVER() Window Function

January 30, 2026 · 5 min read
Stop running two queries for paginated results. Use COUNT(*) OVER() to get everything in one shot.

What's New in C# 14: Extension Members

December 8, 2025 · 5 min read
A hands-on look at using extension members to improve expressiveness and eliminate boilerplate in C#.

How to run Visual Studio Code on Mac OSX

April 7, 2020 · 5 min read
Using Visual Studio Code on OSX? Here's how to set up the command line for Zsh or Terminal.