Incrementing in .NET (i++ vs ++i)
I was working with some friends on some unit testing when we recently ran across an issue that was caused by an uninteded use of an incrementor (++). It was quick fix but it is also something I have seen quite often, so I figured I would jot my thoughts down while it was fresh in my mind. So we