C# Visual Studio 2012 与 Visual Studio 2010(增量)的比较

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12071739/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-09 20:15:23  来源:igfitidea点击:

Visual Studio 2012 compared to Visual Studio 2010 (delta)

c#visual-studio-2010visual-studiovisual-studio-2012

提问by Marco

Is there a resource out there, which lists the delta Visual Studio 2012 <-> Visual Studio 2010 concerning new features etc...especially in the area of C# (not the language itself but the tools, like editor/debugger etc.) ? I have not found one @ MSDN.

是否有资源,其中列出了有关新功能等的增量 Visual Studio 2012 <-> Visual Studio 2010...尤其是在 C# 领域(不是语言本身,而是工具,如编辑器/调试器等)?我还没有找到@MSDN。

That would be quite handy during the upgrade to VS 2012 in our team.

这在我们团队升级到 VS 2012 期间会非常方便。

采纳答案by Tim Lehner

MSDN has this info now, though maybe not in a side-by-side comparison format:

MSDN 现在有这个信息,虽然可能不是并排比较格式:

What's New in Visual Studio 2012
What's New for Visual C# in Visual Studio 2012
Visual C# Breaking Changes in Visual Studio 2012

Visual Studio 2012 中
的新增功能 Visual Studio 2012 中Visual C#的新增功能 Visual Studio 2012 中的
Visual C# 重大更改

You can see MSDN blogger Jason Zander's top 12 reasons to upgrade.

您可以查看 MSDN 博主 Jason Zander 的12 大升级理由

And a slideshow showing new featuresfocusing on Win8/XAML/LightSwitch.

还有一个幻灯片,展示了专注于 Win8/XAML/LightSwitch 的新功能

Also, the price of VS Professional has been loweredfrom US$799 to US$499 (there's no longer an upgrade option for this version).

此外,VS Professional的价格已经下调从US $ 799 US $ 499(不再有此版本的升级选项)。

The available project types may be interesting to some:
Comparison Chart: New Project Types Visual Studio 11 vs. Visual Studio 10

可用的项目类型可能对某些人感兴趣:
比较图表:Visual Studio 11 与 Visual Studio 10 的新项目类型

回答by AdventurGurl

One good reason not to upgrade until really ready or this "feature" is fixed - Linq to EF Join throws "Index was out of range" after upgrade from VS2010 to VS2012

在真正准备好或此“功能”已修复之前不升级的一个很好的理由 -从 VS2010 升级到 VS2012 后,Linq to EF Join 抛出“Index was out of range”