Hi all Does anybody know if Microsoft is planning to introduce C#'s switch to evaluate expressions instead of constants, and to be able to do a switch on a range just like using the 'To' in VB's Select Case? This is really the only thing I've come across yet where I wish C# had something that VB.NET has.