Monthly Archives: March 2010

Type Inference

Type Inference is a neat feature where the C# compiler can work out itself what type a reference to an object is. While this can be used for the developer to be lazy it is most useful when you are … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Lambda cheat sheet

A while ago I wrote about all the new language features of C# 3.0 and it occurred to me that I’d left out a chunk about Lambdas. With LINQ being such an important part of C#3.0 that seems like a … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments

Updated chart of .NET version numbers

Way back when, I published a table detailing the version numbers of the various parts that make up a .NET application: The Tools, the C# language, the Framework itself and the Engine (CLR) that it all runs on. With the … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

O2, please train your store employees

Last week I changed the tariff on my phone to better suit my usage. However, it turns out that by changing the tariff I also needed to change some settings on my phone. So, when the old tariff cut out, … Continue reading

Posted in Uncategorized | Leave a comment

My reading list #1

I’ve decided that I need a quick and easy way to remind myself of the useful articles that I’ve read recently or are on my stack to read. Since I use my blog as an aide memoire anyway, I thought … Continue reading

Posted in Uncategorized | Leave a comment