As others have said, it's all pure speculation at this point. We have not even shipped C# 4.0 yet, and we have not announced that there will be anything past that. Any discussion of hypothetical features of hypothetical future versions should be taken as "for entertainment purposes only" and not as a promise of any particular feature on any particular schedule.
All that said: it is probably best to assume that the hypothetical next version of C# will concentrate more on "tooling" features than "language" features. Many of the language features we would consider doing in the future, many of the IDE features we would consider doing in the future, and many of the IDE extension features that third parties would like to do, all depend upon being able to treat the compiler as an "analysis engine" rather than as a traditional "code generator".
We have only limited budgets here, and so any work we do on improving the tooling infrastructure is work we're not doing on language features.
This is of course not to say that we don't have a LONG wish list of language features. I've hinted on my blog that we are well aware that metaprogramming, asynchronous programming, parallel programming and immutable data programming are all increasingly important in the industry. But those themes are huge and how they translate into specific features is unclear. We understand that there is a lot of work to do in the tools space that adds value to the language, and so it is entirely possible that the hypothetical next release will concentrate more on that.
But again, this is all speculation. We'll see what feedback we get, what the budget situation is like, and so on.
var, duh. – Mehrdad Feb 27 '11 at 3:57new();and it does everything you need. – Andrew Finnell Aug 20 '11 at 18:23