Breaking Down Syntactic Sugar With The Saliva Of Curiosity - The foreach Statement In C#

A feature of C# that I frequently use to process collections is the foreach statement. foreach is just syntactic sugar for making it easier to iterate over collections. I’d like to delve a bit into what’s going on under the hood.

My Thoughts and Experiences on Pair Programming - Challenges

This is the final post in a three part series. In part 1 of this series, I gave an introduction to pair programming. In part 2, I discussed the benefits of pair programming. I will now talk about the challenges of pair programming.

My Thoughts and Experiences on Pair Programming - Benefits

In part 1 of my series, I gave an introduction to pair programming and discussed setting up an environment conducive to pair programming. I’ll now talk about the benefits of pair programming.

My Thoughts and Experiences on Pair Programming - Intro

Note: This is part one of a three part series. You can find part 2 and part 3 here.