Or - Higher-Order High-Resolution Timer for the Masses Timing code is so common that many timers exist in the .Net Framework. One can resort to simplistic timing via System . Environment . TickCoun...
In the first post on console extension methods I showed how to parse console arguments in an extremely simple way. However this is not quite optimal for formatting exceptions for missing argument e...
Console applications have one problem that occur in just about every console application: parameter parsing. And so when designing a couple of console applications, I came up with some extension me...
I have been working with C# extension methods, really for the first time, lately, and they’re proving very expressive and fun to work with. So here are a few examples of the expressiveness and conv...
By God – I swear, Bing rocks but Danish localization sucks! Why can’t Microsoft Denmark localize without messing up the entire feature set and basically crippling Bing beyond belief? So looking a...
Looking back at Cω, designed by Erik Meijer, and inspiring the development of C#, I have been thinking about nullness and the annoying problem of null-pointer exceptions. Cω, from my memory, had th...
0. Motivation This post is written in the agony of realization. The painful realization that months and months of work may possibly have been a wasted effort on my part – as well as on the part of ...
Comments