Showing tag results for Python

Apr 5, 2017
Post comments count0
Post likes count0

Visual Studio 2017 Performance Improvements

Visual Studio Team
Visual Studio Team

Performance was a big focus area for Visual Studio 2017, with improvements in many areas, including: There are also some notable improvements in terms of memory usage in key scenarios, which should significantly reduce out of memory crashes (you can now open very large solutions; solutions that were simply impossible to open in pre...

.NETDebugging and DiagnosticsVisual Studio 2017
Mar 16, 2017
Post comments count0
Post likes count0

Visual Studio 2017 version 15.1 Preview and Windows 10 Creators Update SDK

Visual Studio Team
Visual Studio Team

It’s only been a week since we released Visual Studio 2017 and we’re already working on an update: Visual Studio 2017 version 15.1 Preview. This Update preview includes two main changes: improvements to the Universal Windows Platform (UWP) tools to support the Creators Update SDK and the addition of the Python tools. For full details of what’s in t...

.NETDebugging and DiagnosticsVisual Studio 2017
Mar 7, 2017
Post comments count0
Post likes count0

Visual Studio 2017: Productivity, Performance, and Partners

John Montgomery
John Montgomery

Today we released Visual Studio 2017. Start your download and read on to learn more about some of the highlights of this release. For the complete list of changes in the release, check out the Visual Studio 2017 release notes. Some of the things I would like to highlight are: Fundamentals: Productivity and Performance Impr...

.NETDebugging and DiagnosticsJava
Jan 27, 2017
Post comments count0
Post likes count0

Update to Visual Studio 2017 Release Candidate

Visual Studio Team
Visual Studio Team

Today we have another update to Visual Studio 2017 Release Candidate. Some of you may have noticed that yesterday we posted an RC update, but took it down because of a setup issue. The issue is now fixed so please give it a try. To try out the newest version, you can either click on the link above or click on the notification within Visual Studio. ...

.NETJavaJavaScript
Dec 5, 2016
Post comments count0
Post likes count0

Azure Notebooks now support F#

Visual Studio Team
Visual Studio Team

Last week I blogged about the availability of the new Data Storage and Data Science workloads in Visual Studio 2017 RC. The Data Science workload specifically provides support for the following: These three languages and their corresponding stacks cover just about every data processing, technical computing, analytics and machine learni...

.NETAzureUnity
Nov 10, 2016
Post comments count0
Post likes count0

Extensibility in Visual Studio “15”: Increasing Reliability and Performance

Visual Studio Team
Visual Studio Team

If you’ve been following this blog, you know that in Visual Studio “15” we’ve been focused on making our developer tools easier to install, increasing performance, and enhancing developer productivity. We’ve been doing the same for extensions, and it’s time to talk a bit more about the implications of these changes both on extension authors and on ...

.NETASP.NETUnity
Oct 5, 2016
Post comments count0
Post likes count0

Announcing Visual Studio “15” Preview 5

John Montgomery
John Montgomery

Today we released Visual Studio “15” Preview 5. With this Preview, I want to focus mostly on performance improvements, and in the coming days we’ll have some follow-up posts about the performance gains we’ve seen. I’m also going to point out some of the productivity enhancements we’ve made. So kick off the installer here and read the rest of the...

.NETDebugging and DiagnosticsJava
Jun 17, 2016
Post comments count0
Post likes count0

On the Road to Release: Redesigning Visual Studio Installation

Visual Studio Team
Visual Studio Team

For those of you who have been closely tracking the progress of our next release of Visual Studio (codenamed Visual Studio “15”), you’ll know that one of our big product release themes is installation and update. We are refactoring our installation to be smaller by default, faster and more reliable, and easier to manage, as described in this previo...

.NETVisual StudioC#
Apr 25, 2016
Post comments count0
Post likes count0

Anatomy of a Low Impact Visual Studio Install

Visual Studio Team
Visual Studio Team

At //build 2016, Microsoft announced the first public preview of a quick way to get Visual Studio “15” Preview. We’ve previously shared posts about what we’re building and why: In building faster ways of getting VS, we needed to reduce the size of the minimum product, change a bit of the way the IDE itself ran, change the way components are i...

.NETVisual StudioDebugging and Diagnostics
Apr 25, 2016
Post comments count0
Post likes count0

Anatomy of a Low Impact Visual Studio Install

Art Leonard
Art Leonard

In building faster ways of getting VS, we needed to reduce the size of the minimum product, change a bit of the way the IDE itself ran, change the way components are installed on your computer, and reduce the way components can impact your system. In this article, I will share a little about what it took to make this come together.

.NETDebugging and DiagnosticsASP.NET