I just published an article on a generic Trictionary class : A generic Trictionary class [on VoidNish] The Code Project Mirror The article describes a Trictionary class that is essentially a dictionary except that for each key there are two values, both of differing types. In many cases instead of doing this, the proper approach [...]
Entries from March 2009
Article : A generic Trictionary class
March 11th, 2009 · 4 Comments
Tags: C#/.NET · CLR/.NET BCL
System.String and intellisense for Linq extension methods
March 7th, 2009 · 1 Comment
Someone was recently complaining in the MSDN forums that intellisense did not work for strings when it came to the Linq extension methods. If you are wondering what that’s about, System.String is an IEnumerable<char> so you can do all of the Where, Select operations on any string object. Here’s a contrived example : string s [...]
Tags: C#/.NET
An interesting week in Seattle
March 6th, 2009 · 5 Comments
Last week I attended the 2009 MVP Summit held at Redmond/Seattle and I’ve got to say that I had two rather peculiar experiences whilst there. The first incident was on the way to Seattle – it snowed in Atlanta of all things to happen and this resulted in dozens of cancelled and delayed flights. My [...]
Tags: General