News

Visual Studio 14 Update: CTP 4 Slims Down

Fourth in line of public previews comes with improvements to ASP.NET vNext, the Common Language Runtime, and C++ debugging and C# language constructs.

Microsoft earlier this week released the fourth community technology preview for its upcoming Visual Studio 14, this one with improvements mainly in ASP.NET vNext and .NET Framework, and some streamlining in C++ and C#.

It was nearly a month ago that CTP 3 was released with a preview of ASP.NET vNext and .NET Framework vNext. In the CTP 4 release, those features have started to take shape based on just several weeks of work and developer community feedback.

On the ASP.NET vNext side specifically, there's a few new ASP.NET tooling and Web development-related changes. One such change is the way "Visual Studio now uses a design-time host to speed up Visual Studio build scenarios for ASP.NET vNext projects," according to Visual Studio 14 Release Notes. The idea here is to shorten the process, as projects are built in memory even as changes are made.

ASP.NET vNext project templates have also gone through some improvements, specifically in its support for modern project layouts, and an alpha4 runtime package has been included as well.

The .NET Framework adds an updated version of RyuJIT, the 64-bit just in time compiler, which the support note says "provides significant performance improvements over the legacy 64-bit JIT compiler." The note also says to be aware that because of the changes to this version that there may be some lingering behavioral changes if used.

The CTP also comes with C++ debugging improvements, which are detailed in a separate post. Specifically, Microsoft's Andrew B. Hall writes of a new way to configure breakpoints and offers a demonstration of the new features of the Breakpoint Settings peek windows. He says the debugger also loads faster and is more capable of handling function deadlock issues.

The version of C# 6.0 also gets streamlined a bit, with primary constructors and declaration expressions getting cut from the language. The cuts will also effect some of the development with the .NET Compiler Platform (aka 'Roslyn'), and there's some discussion of it here on the Codeplex site. In short, there is too much "downstream work to be supported in the IDE, debugger,...." and other features to be able to make significant progress with the rest of the tools. (To read about C# 6.0 as it existed in Visual Studio 14 CTP3, see Mark Michaelis' review, "The New and Improved C# 6.0," on the MSDN Magazine Web site.)

To drill down on all the details of this release, which includes bugs and known issues and download requirements, see the Microsoft support document here.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events