Visual Studio 2010 and C # v.4

A few days ago VS 2010 passed the Beta test and usually with new Visual Studio we get new C #.

Since VS and .NET 4 are in beta, does this mean C # 4 is near the finish line?

Edit: Is there a C # v4 Beta included with VS 2010 Beta?

0


a source to share


4 answers


C # 4.0 is included in the VS2010 beta (you can try it right now, "dynamic", variance, etc.) and will ship to RTM VS2010 and almost certainly (I guess) standalone RTM RT 4.0 - but when , which is completely dependent on Microsoft; Soma in particular stresses the need for quality and performance, and I would recommend them to take their time from any point (I want fast and stable; -p).



+8


a source


As far as I know, no official release date for Visual Studio 2010 has been announced yet. We know that .NET 4.0 and C # 4.0 will be released at the same time, whenever. A fair estimate of the release date could be Q1 2010. (The team appears to be on track for things, but it won't be released until early next year.)



+2


a source


The current beta of C # 4.0 is mostly working and almost looks like a final product, so I expect the official launch to be October / November this year.

Microsoft is already actively demonstrating 2010 at any conference that it has.

+1


a source


There is no clear release date, it really depends on how many issues they find in the beta. However, there is no reason not to use the beta to develop software that will be released in the future, as there will currently be few API changes between the final release.

0


a source







All Articles