Month: March 2013

C# Musings…

I had a few ideas for C# constructs, so I thought I might as well write them down. Perhaps, some day, someone can tell me why these don’t exist… Making Generics More Generic Several times I’ve been frustrated by the fact that Func<TResult> has a bunch of variants. Wouldn’t it be cool it you could […]

More