News

New Visual Studio Preview Boosts Performance, Productivity, More

Performance, productivity and diagnostics are three areas of focus in new previews of the Visual Studio family just unveiled yesterday: Visual Studio 2017 Version 15.6 Preview 2 and Visual Studio for Mac Version 7.4 Preview.

This is the second preview of the VS 2017 15.6 series following the production launch of v15.5 last month.

Performance continues to be a main focus of the new VS preview, building on previous efforts to get large C# and Visual Basic projects to load quicker. In this round, the VS team addressed faster load times for projects that have already been opened.

"We optimized our use of the design time build cache and parallelized the way project data is loaded, which enables Visual Studio to leverage disk and CPU more efficiently," the team said in a post. "Our lab measurements of this change show that large C# and Visual Basic solutions will 'warm' load twice as fast as before. If you have a large solution project, we know you'll appreciate this feature."

Small but useful features were also added to boost productivity. Developers now have a new command -- duplicate line (Ctrl+E,V) -- that duplicates a line of code without overriding the existing paste buffer content. Another tweak lets coders navigate to decompiled sources. "When enabled, invoking Go To Definition or Peek Definition on any referenced type or member will show its definition with reconstructed method bodies via ILSpy decompilation."

IDE diagnostics were improved by easing the navigation through asynchronous code -- providing a better understanding of its performance characteristics -- when using the enhanced CPU Usage Tool.

Other tweaks and improvements were incorporated to boost C++ development, Azure cloud development, the Test Explorer, Xamarin and more.

Microsoft reminded developers that the previews -- which can be installed alongside other VS installations on the same machine without adverse effects -- provide both an opportunity for coders to try out new features before they're mainstreamed (while getting fixes faster) and also to provide feedback to Visual Studio engineers. All or nearly all of such previews in Microsoft's new release cadence -- see "Visual Studio 2017 Release Rhythm" -- incorporate developer feedback or suggestions garnered from the preview process. The aforementioned announcement post provides details on how participate in the preview program.

Developers interested in learning more about the new offerings can consult the following resources, all published or updated as of yesterday:

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube