News

Visual Studio 2013 RC Now Available

It will RTM the same day Windows 8.1 hits general availability.

Visual Studio 2013 is now available as a "go-live" Release Candidate (RC), along with two other key technologies for Windows developers: the .NET Framework 4.5.1 and Team Foundation Server 2013.

Corporate VP of the Developer Division S. Somasegar announced the news on his blog. He said that VS 2013 will Release To Manufacturing (RTM) when Windows 8.1 hits general availability on Oct. 18. A "Virtual Launch" of VS 2013 is scheduled for Nov. 13.

VS 2013 can be installed on top of the previous preview version, or side-by-side with Visual Studio 2012. Windows Store app development with VS 2013 RC requires the Windows 8.1 RTM version. Because of that, it's good news for developers that Microsoft reversed course and is allowing MSDN subscribers to download the latest version of Windows 8.1 for test and dev. Initially, Microsoft wouldn't make Windows 8.1 available to developers prior to GA.

Somasegar went into detail on some of the new features in VS 2013 RC that weren't available in previous versions. One significant upgrade is that IntelliSense, Visual Studio's autocomplete feature, has been added for data binding to the XAML editor. Somasegar wrote that "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."

TypeScript users will be glad to hear that VS 2013 RC includes the most recent version of TypeScript tooling, labeled v0.9.1.1. TypeScript extends JavaScript in ways that allow developers to build more complex, more sophisticated applications than is possible with standard JavaScript.

Another new feature -- only available in VS 2013 Ultimate -- is CodeLens, which Somasegar called a "head-turner" when Microsoft has demoed it. CodeLens gives deeper context into items like the number of references in a project and source control changes. A new addition to the VS 2013 RC for CodeLens is Lync integration, including information on a piece of code's author and type of change made. It works for both C# and Visual Basic.

VS 2013 RC is available for download in five versions:

  • Express
  • Test Professional
  • Professional
  • Premium
  • Ultimate

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube