先来看一下Visual Studio的版本历史:

1. Visual Studio.NET 2002
2. Visual Studio.NET 2003
3. Visual Studio.NET 2005
4. Visual Studio.NET 2008
5. Visual Studio.NET 2010
6. Visual Studio.NET 2012

几乎每2年MS发布一个新版本,使我们的开发最来最便利了。

vs2013

刚结束的Build大会,微软发布了Visual Studio 2013 Preview 版本,它的这些新特性将会在最终版本中提供:

  1. 调试时支持 64位 编辑,据说开发人员对这个功能等待8年了。
  2. 方法返回值侦测,现在我们可以在调试时从Auto Window和Immediate Window访问一个函数的返回值。
  3. 异步编程时调试改进,包括Call Stack与Task Window, 它也支持Windows 8.1的Store Apps,Web App和桌面应用。
  4. Windows Store 开发增强:
    转换System.IO.Stream到IRandomAccessStream,允许.NET代码更多与interop交互。
    WinRT APIs (System.Exception.Message, System.Exception.StackTrace) 更好的异常支持
    WinRT type 增强 (Nullable value types in WinRT structs)
  5. Entity Framework/ADO.NET 连接改进
    提供可靠连接到Azure数据库
    自动对坏连接的重试/重连
    提供了连接设备更好的用户体验
  6. Asp.net Application与Web开发方面
    私有云的低延迟,高密集website支持
    发布了一部分Windows Server 2012 R2 PreviewIIS8.5
    IIS支持闲置工作进程页内存页移出的功能
    统一对话框,脚手架对每个人都可用
    WebForms, MVC, WebAPI 整合在一起
    OWIN 新的可扩展组件
    支持CoffeScript, CSS Less
  7. 按需Large Object Heap压缩
  8. 多核Just in time(JIT)改进
    在多核CPU最小化应用程序的启动时间
    现在支持ASP.NET站点
  9. Visual Studio 自身改进:
    Solution Explorer中彩色图标
    Team Explorer新的设计器
    滚动条map模式

   More: http://www.microsoft.com/visualstudio/

   希望对您软件开发有帮助。

 


作者:Petter Liu
出处:http://www.cnblogs.com/wintersun/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
该文章也同时发布在我的独立博客中-Petter Liu Blog

posted on 2013-07-02 20:31  PetterLiu  阅读(2343)  评论(0编辑  收藏  举报