Visual Studio news feed

Visual Studio news feed

Nested Virtualization in Azure

Today we are excited to announce that you can now enable nested virtualization using the Dv3 and Ev3 VM sizes. We will continue to expand support to more VM sizes in the coming months...

The week in .NET – Command Line Parser Library, .NET South East

Command-line applications typically accept arguments and options, and expose a --help page describing them. Parsing those arguments and options is a repetitive task that .NET provides little help for out of the box, beyond the string[] args argument to main. Giacomo Stelluti Scala‘s Command Line Parser Library offers CLR applications a clean...

The fastest path to a new Visual Studio Team Services (VSTS) extension

Over the last few years we have introduced a number of ways to extend and integrate with Visual Studio Team Services and Team Foundation Server. For example, client libraries for .NET (which work with both .NET Framework and .NET Core apps) and for Node.js and an extensibility model that allows extension of our web experience. The ...

Perf results on scaling Git on VSTS with GVFS (Brian Harry)

A little over a month ago, I gave an update on our progress of moving the Windows team to Git in the largest Git repo on the planet.  At the time, I described the scale of the Windows Git repo (over 3.5M files and ~4,000 engineers), the current performance results and set of improvements that were just rolling out that we called “O(modified...