On a quest for the silver bullet..

Currently browsing posts found in August2008


Looping collections in C#

Number of Comments » 3

In this post I want to demonstrate that with a few nice language features in C# we can do more with less when working with collections, meaning expressing more with less code.
There are a couple of points I want to make here. First I care about writing code that can be easily understood after it [...]