May 18, 2020 · 3 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!
November 8, 2016 · 1 min read
New in C# 7.0 - out variables will save you some time!
October 16, 2009 · 1 min read
Implementing efficient pagination in LINQ using Skip() and Take() methods to handle large record sets in database applications.