Visual Studio 2015 CTP 5 Released
Written by Kay Ewbank   
Monday, 26 January 2015

The VS team has released CTP 5 of Visual Studio 2015, with new features in debugging, diagnostics, and ASP.NET 5. 

This isn’t being described as a major release, more a tidying up exercise after the major preview of Visual Studio 2015 released in November.

The diagnostic and debugger improvements come courtesy of a new Diagnostic Tools window that shows you what Debugger Events are available, Memory Usage, and CPU Usage. The debugger events now have IntelliTrace, so you can view interesting events in your application and set the debugger back in time so that you can look at historical data in the Call Stack, and Locals windows. VS shows the data in both a timeline and a tabular view, and the two views are synchronized.

 vsdiagtools

 

The diagnostics window doesn’t work with all project types (yet); the ones it doesn’t work for are ASP.NET 5 using IIS, and Windows Store projects that are 64-bit, using JavaScript, running on a remote device, or running on a phone.

The memory usage tool means you can monitor how your app is using memory while you are debugging, and memory snapshots let you view native and managed memory to analyze the cause of memory growth and memory leaks. Similarly, the CPU Usage tool lets you view a live CPU graph.

There’s a new XAML language service that gives better XAML editing with IntelliSense that is faster and more reliable.

Writing about the new CTP on the Visual Studio Blog, John Montgomery, Director of Program Management, Visual Studio Platform, says that in the current release, you won’t notice a lot of changes:

“but the new architecture makes it much easier for us to add features. On the docket are features such as cross language refactoring operations, improved IntelliSense filtering, and better data binding IntelliSense.”

The blog post goes on to say:

“based on customer requests, in Visual Studio 2015 we have pivoted Blend to focus more on being a design-oriented tool for XAML developers. Therefore, if you’re using Visual Studio 2015 for code-centric XAML authoring, you can now choose to have a code centric workspace by disabling the XAML designer".

The improvements to ASP.NET are some minor new features and improved performance; you can add references to C# projects to your ASP.NET5 project, and the HTML, CSS, and JavaScript editors have improvements to IntelliSense and validation.  

One final change is the inclusion of TypeScript 1.4, with support for typed unions, type aliases, and new ES6 features. 

 

 

Banner


WasmCon 2023 Sessions Now Online
01/03/2024

The recorded session of the premier conference for technical developers and users interested in exploring the potential of WebAssembly are now online.



Ibis 8 Adds Streaming
05/03/2024

Ibis 8.0 has been released with stream processing backends. The new release includes Apache Flink as a streaming backend, and RisingWave, a streaming database backend. There's also a new batch backend [ ... ]


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Monday, 26 January 2015 )