What is C# 5 and where does it come from?
I know C# 3.5 is used with VS2008 and .NET 3.5.
Also C# 4 is part of VS2010 and .Net 4.0 .
But what is C# 5? What IDE?
At the recent PDC, Anders announced:
Anders specifically did not announce:
For more information on the async feature in C#, check out the C# dev center or read my Async articles on the subject.
It's not released yet. Parts of it was presented at this year's PDC (professional developer conference). You can see Anders Hejlsberg's talk online where he explains the new async features that will end up in C# 5.0 when it is released (no dates yet)
I heard in an announcement that C# 5 comes from Microsoft in Beijing.
At the moment I can't find information about .NET 5 or in which IDE it will be released.
More info can be found on the MSDN Forums.
http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/00cc045a-f9e6-402c-bffb-feb4fe1e0611/
http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/00cc045a-f9e6-402c-bffb-feb4fe1e0611/
链接地址: http://www.djcxy.com/p/21320.html上一篇: 在开始使用C#4.0之前,是否必须学习所有其他版本的C#?
下一篇: 什么是C#5,它来自哪里?