Yes, I know async and friends does a lot behind the scenes, but how about "clean up" items (WPF support?) from the various wish lists? Or are there other C# 5.0 features that will be coming?

link|improve this question

what? another c#? i hope it has readonly properties :) – Aaron Anodide Oct 28 '10 at 22:32
I have a feeling there aren't a lot of people on StackOverflow that could tell you right now if there are features that have yet to be announced. – StriplingWarrior Oct 28 '10 at 22:34
@Gabriel: nope, I was hoping for public int Foo { get; readonly set; } too. Thus the question...is that "all"? – Dan Oct 28 '10 at 22:34
How is this question "subjective and argumentative"? Maybe someone who is at PDC (I'm not) can say "yes, that's is THE feature for 5.0...the syntax may be tweaked, but don't expect anything else". – Dan Oct 28 '10 at 22:37
1  
then this will be too localized question to this site. – Svisstack Oct 28 '10 at 22:39
feedback

closed as not constructive by p.campbell, spender, Daniel A. White, Quintin Robinson, Ian Mercer Oct 28 '10 at 22:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

up vote 5 down vote accepted

That's all that's been announced so far.

In his PDC talk, Anders did suggest that there may be some other features as well. My guess is that there won't be anything on the same scale, but I'd certainly like there to be some extras. (I'd point to a specific bit of the video, but unfortunately it looks like it's not available any more. Odd.)

It's worth bearing in mind that Eric Lippert's blog makes this point (in purple, of course, which sadly I don't think I can emulate here):

We are absolutely positively not announcing any dates or ship vehicles at this time, so don't even ask. Even if I knew, which I don't, and even if my knowledge had the faintest chance of being accurate, which it doesn't, I still wouldn't tell you.

I don't think it's going to be worth trying to pry many extra details out of anyone for the moment. I suggest we all have a lot of fun with async (and in particular give feedback - I'm sure that the earlier MS hears community feedback, the more likely it will be to affect the shipping product) and just wait to hear more.

link|improve this answer
yeah, I saw Eric's comment. I'm not asking about when "Visual Studio 20xx" will ship...I suppose no firm release schedule does leave open the possibility of some tweaks being added. – Dan Oct 28 '10 at 22:42
1  
In particular, Anders Hejlsberg was asked in his talk whether other (non-async-related) features were coming and he said he wouldn't comment on specifics yet, but there would be. – Joey Oct 29 '10 at 0:15
@Joey: so the answer to my question would be "no, that's not all ..." – Dan Oct 29 '10 at 1:26
@Joey: Yes, but I don't think it would be fair to hold Anders to that fairly vague promise :) Suppose MS decided they wanted to get the async stuff out in production ASAP - possibly to help Windows Phone 7 get more decent applications into the marketplace quickly. If they decided to put the other stuff off until C# 6, I don't think that would be unreasonable. – Jon Skeet Oct 29 '10 at 5:21
1  
@xanatos: I don't believe I've heard anything about the Compiler as a Service API coming with C# 5. I believe that's slated for later. I believe Microsoft only said Compiler as a Service was coming "later than C# 4". – Jon Skeet Sep 5 '11 at 12:26
show 8 more comments
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.