visual studio 2014 新特性

原文如下:


Visual Studio "14" CTP


Today,
we are making available a first community
technology preview
 of the
next version of Visual Studio, codenamed Visual Studio “14”.  This early
build is focused on enabling feedback and testing from the Visual Studio
community.  Visual Studio "14" will most likely be available sometime in
2015, with a more complete preview release and final naming available later this
year.  Given that this is a very early build, please install in a test
environment with no earlier versions of Visual Studio installed.

You
can read about the new features and known
issues
 in this first Visual
Studio “14” CTP, and also download today.

Over
the last 3 months, we‘ve announced many exciting technologies that will be
important parts of Visual Studio "14" - including the "Roslyn" .NET compiler
platform, ASP.NET vNext and Apache Cordova tooling.  The Visual Studio "14"
CTP 1 includes these tools, as well as many additional improvements across
Visual Studio, including an early look at some new C++ 11 support that will be
part of Visual Studio "14".

C#
and VB with the .NET Compiler Platform ("Roslyn")

In
Visual Studio "14", the C# and VB compilers and IDE support are fully built on
the .NET Compiler Platform ("Roslyn"). 
This open-source compiler as a service now sits behind dozens of developer
experiences in Visual Studio "14", powering build, IntelliSense, refactoring,
CodeLens, debugging and many more features developers use every day.  In
most places the experiences are unchanged, but there have also been many small
improvements across the entire development experience as part of the new
compiler platform.

In
the Visual Studio "14" preview C# refactoring support has been completely
revamped including two new core refactorings: Inline Temporary Variable and
Introduce Explaining Variable. Additionally, refactoring support for Visual
Basic has been added for the first time.

Visual
Studio "14" also supports APIs that come from NuGet with their own analyzers,
squiggling issues in your code as you type and offering you automatic fixes, all
powered by the .NET Compiler Platform.

You
can read more about the new C# and VB developer experiences on the C# blog and the Visual
Basic blog
.

ASP.NET
vNext

A
few weeks ago, we announced ASP.NET
vNext and plans for the future of .NET on the server
.  ASP.NET vNext is
designed for both cloud and server, offering SxS installation options and
significantly enhanced developer productivity, through a modular and highly
configurable framework and web stack.

The
Visual Studio "14" CTP offers an early look at the Visual Studio tooling
experience for ASP.NET vNext.  As well as the ASP.NET 4.5 Web Application
templates, new templates are included for targeting ASP.NET vNext.

The
next version of .NET that will be available along with Visual Studio "14"
includes ASP.NET vNext as well as many additional new .NET technologies that
we‘ve previewed in recent month, including .NET Native for Windows Store apps,
the next generation JIT, and the Roslyn compilers.

You
can read more about ASP.NET vNext in the Visual Studio "14" CTP on the .NET Web
Development and Tools blog
.

C++
11/14

We‘ve
continued to push forward on the standards conformance of the Visual C++
compiler.  The Visual Studio "14" CTP includes support for user-defined
literals, noexcept, alignof and alignas, and inheriting constructors from C++11,
generalized lambda capture, auto function return type deduction, and generic
lambdas from C++14, as well as many more new C++ features.

This
continues with the roadmap
we laid out last year
 on the
path toward C++11 and C++14 standards compliance.  The chart below is an
updated view of what we know now, and the features that we‘re working on now for
future Visual Studio "14" CTPs.

In
addition, the Visual Studio "14" CTP include new features for debugging,
libraries and IDE productivity.

You
can read more about the C++ improvements in the Visual Studio "14" CTP on
the C++
blog
.

Summary

This
early preview of Visual Studio "14" is an opportunity to gather feedback on the
next version of Visual Studio and .NET.  For developers picking up the CTP,
I encourage you to share your feedback on the Connect website,
or through Send-a-Smile in
the Visual Studio IDE.

Namaste!

visual studio 2014 新特性,布布扣,bubuko.com

时间: 2024-08-07 00:09:52

visual studio 2014 新特性的相关文章

Visual Studio 2017 新特性

1. out-variables(Out变量) 以前,我们使用out变量的时候,需要在外部先申明,然后才能传入方法,类似如下: string ddd = ""; //先申明变量 ccc.StringOut(out ddd); Console.WriteLine(ddd); 在C#7.0中我们可以不必申明,直接在参数传递的同时申明它,如下: StringOut(out string ddd); //传递的同时申明 Console.WriteLine(ddd); Console.ReadL

SQL Server 2014新特性——Buffer Pool扩展

Buffer Pool扩展 Buffer Pool扩展是buffer pool 和非易失的SSD硬盘做连接.以SSD硬盘的特点来提高随机读性能. 缓冲池扩展优点 SQL Server读以随机读为主,SQL Server IO分为2部分:buffer pool管理方式,和buffer pool. SQL Server 从磁盘中读入数据,并且存放在buffer pool中以供读取和修改,修改完之后脏数据还是放在buffer pool中,当内存紧张执行lazy write把脏数据写入磁盘,并且释放内存

Visual Studio 2013 新鮮事(繁体中文视频)

Visual Studio 2013 新鮮事 https://channel9.msdn.com/Series/What-s-New-in-Visual-Studio-2013-CHT 视频可能没法直接看,不过可以下载mp4 只做优秀知识的搬运工

谈谈我的微软特约稿:《SQL Server 2014 新特性:IO资源调控》

原文:谈谈我的微软特约稿:<SQL Server 2014 新特性:IO资源调控> 一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 篡写经历(Experience) 特约稿正文(Content-body) 第一部分:生活中资源调控器: 第二部分:SQL Server中资源调控器: 第三部分:SQL Server资源调控器运用场景—CPU: 第四部分:SQL Server资源调控器运用场景—IO: 第五部分:总结: 第六部分:作者简介:

SQL 2014新特性- Delayed durability

原文:SQL 2014新特性- Delayed durability ACID 是数据库的基本属性.其中的D是指"持久性":只要事务已经提交,对应的数据修改就会被保存下来,即使出现断电等情况,当系统重启后之前已经提交的数据依然能够反映到数据库中. 那么D特性是如何在SQL Server中实现的呢?SQL Server使用write-ahead logging的方式,保证日志记录会先于数据记录固化到磁盘中.当事务提交后,只有当日志记录固化到磁盘时,才会向客户端返回提交成功的消息,至于相应

使用Visual Studio 创建新的Web Part项目

使用Visual Studio 创建新的Web Part项目 Web Part是你将为SharePoint创建的最常见的对象之一.它是平台构建的核心基块. 1. 管理员身份打开Visual Studio,新建空白SharePoint项目.命名WroxSPProject,点击确定.部署为场解决方案,点击完成. 2. 右击选择添加新项目Web Part,命名SimpleWebPart,点击添加. 3. 在进一步前进之前,点击生成----部署解决方案. 此时,你将发现VS添加了许多项目到解决方案中.例

SQL Server 2014新特性:其他

AlwaysOn 增强功能 SQL Server 2014 包含针对 AlwaysOn 故障转移群集实例和 AlwaysOn 可用性组的以下增强功能: “添加 Azure 副本向导”简化了用于 AlwaysOn 可用性组的混合解决方案创建.有关详细信息,请参阅使用“添加 Azure 副本向导”(SQL Server). 辅助副本的最大数目从 4 增加到 8. 断开与主副本的连接时,或者在缺少群集仲裁期间,可读辅助副本现在保持可用于读取工作负荷. 故障转移群集实例 (FCI) 现在可使用群集共享卷

开发 ASP.NET vNext 初步总结(使用Visual Studio 2014 CTP1)

position:static(静态定位) 当position属性定义为static时,可以将元素定义为静态位置,所谓静态位置就是各个元素在HTML文档流中应有的位置 podisition定位问题.所以当没有定义position属性时,并不说明该元素没有自己的位置,它会遵循默认显示为静态位置,在静态定位状态下无法通过坐标值(top,left,right,bottom)来改变它的位置. position:absolute(绝对定位) 当position属性定义为absolute时,元素会脱离文档流

Visual Studio 2015新添加宏

这个宏是类似环境变量,比如$(ProjectDir) $(SolutionDir),这样的,我需要新添加一个变量宏,但是VS的GUI上貌似找不到新的变量的设置,但是Qt的VS插件可以设置$(QTDIR) 这个变量路径,最终还是找到了临时的方法,这个QTDIR变量定义到工程文件的XML里面了,VC的C++ 工程有3个工程文件: XXX.vcxproj XXX.vcxproj.filters XXX.vcxproj.user 这些宏是在user这个工程文件里面添加的,也就是第三个,用文本编辑器打开,