Tag: C#

Building a Twitch Badge For My Site

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!

Exploring C# 7.0: Out Variables

November 8, 2016 · 1 min read
New in C# 7.0 - out variables will save you some time!

My Attempt at LINQ Pagination

October 16, 2009 · 1 min read
Implementing efficient pagination in LINQ using Skip() and Take() methods to handle large record sets in database applications.
← Prev
Page 1 of 2
Next →