Comfortable command line argument parsing

27.03.2009 - 21:29 UTC

Once in a while you may want to write a command line tool which may have to accept commad line arguments. In comes a nice little bit of source code that is part of the great output of the Mono projec...read more

cycling through a number range

11.03.2009 - 21:36 UTC

What I really wanted to do was to play a round of quakelive. But right now, quakelive is down (well, it's Beta, isn't it?). Quakelive pointed me to their twitter feed . Next I wondered wha...read more

Another beacon in a sea of expressions

07.03.2009 - 15:57 UTC

A prosaic introduction to the subject of .NET expressions. These were introduced with .NET 3.5 and are featured most prominently in LINQ. Over here I implemented a use case with the aid of expressi...read more

Iterators do [1..]

08.12.2008 - 22:00 UTC

The following picture probably doesn't surprise you But as you can see in what is commented out, you can indeed e.g. do DataSource.Take(10).ToList Such an iterator then has quite a simi...read more

Haven't digested C#3? Brace yourself for V4!

04.11.2008 - 22:37 UTC

After Microsoft's PDC, a whole host of C# 4.0 infos are coming up. Many months ago we were already allowed to peek at Hejlsberg & Team sitting in an old meeting room, talking about what C# 4.0 would ...read more
0 1 2 3 4 5 6 7 8 9 10 11 12 13