There's been a lot of discussion around type inference and the var keyword in C# 3.0 since it was released. Personally I'm a fan, as I never enjoyed having to type things like using (SqlDataReader reader = cmd.ExecuteReader()) (Intellisense...
JetBrains have started the Early Access Program for the new version of their ReSharper tool. 4.0 adds proper support for C# 3.0 features, stops highlighting the new syntactic sugar statements in red, and improves on a bunch of other features too. All...