Visual Studio 2013 Release Candidate Available
Written by Alex Denham   
Wednesday, 11 September 2013

The release candidate of Visual Studio 2013 is now available for download, and Microsoft has announced the official release date. 


The release candidates of Team Foundation Server 2013 and .NET Framework 4.5.1 are also now available for download. The release date for the new version has been set as November 13, 2013.


The improvements to the new version include more support for C++ 11, a better XAML editor, a cloud business app that will let you use Office 365 elements as part of your application, and CodeLens, a code analysis feature that gives you information about your source code. Unfortunately, CodeLens is only included in Visual Studio 2013 Ultimate, so will be out of reach to most developers.


The C++ 11 enhancements adds support for the C++11, NSDMI and alias templates, but there are still more features not supported. Some will be added in a future community technical preview, others are still at the ‘planned’ phase as indicated in Microsoft’s Roadmap for C++ 11 support. This is an updated version taking into account reality at RTM. 

conformancec

Click to open a bigger but still not very high quality version of the graphic.

The XAML Editor improvements are the addition of IntelliSense for Data Binding. According to S. Somasegar in a recent blog post, this works with a DataContext defined in the markup, or with a design-time DataContext for cases where the context is provided in code-behind. Support has also been added for Go To Definition for Resources, Bindings, Properties and XAML Elements.

The Cloud Business App Template will let you attach and consume data from multiple data sources, and work alongside Office 365 for collaboration and communication. The template provides an HTML based app UX that works across desktops and devices. A sample app created at Build showed using Office’s extended data types such as Person and Office document, and how you can use them in your apps to access information such as presence information, contact cards, uploading documents to a document library, and opening documents in Office Web Apps.

For many developers, the news that CodeLens is to be limited to VS2013 Ultimate is a real disappointment. Using it lets you see a pop-up box showing what changes have been made to a piece of code, who made those changes, references, bugs, work items, and code review requests.


More Information

Announcing the Visual Studio 2013 Release Candidate

Download VS 2013 Release Candidate

Related Articles

Visual Studio 2012 Update 2

Microsoft Changes Mind - Devs Can Have 8.1 Early

Microsoft Team Explains Language Stagnation    

Visual Studio 2013 Preview         

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Making Java Easier For The Beginner
12/05/2025

Java is an intimidating language for the complete beginner, but now there is hope of simplification in the recently proposed JEP512. And the fact that it is 512 must count for something - right?



$20,000 If You Can Make This Rust Program As Fast As C
19/05/2025

This is a storm in a Rust bucket. Prosimo decided that a good test of Rust was to convert the existing dav1d decoder from C to Rust. Everything seems to have gone well, but the Rust version is still 5 [ ... ]


More News

Last Updated ( Wednesday, 11 September 2013 )