Showing results for Performance - Scripting Blog [archived]

Oct 2, 2019
Post comments count2
Post likes count0

Using PowerShell to View and Remove Wireless Profiles in Windows 10 – Part 2

Doctor Scripto
Doctor Scripto

Summary: Using Measure-Command to determine the fastest approach to a solution. Last week we were having some fun using PowerShell as a wrapper around the NetSh.exe command's output. We were left at a decision point. Which way to go? A For loop to clean up the data, which worked fine or Regular Expressions. Although both work which was the be...

scripting techniquesSean KearneyPowerShell
Nov 20, 2017
Post comments count0
Post likes count0

Large C# and VB solutions load significantly faster in 15.5 update

ScriptingGuy1
ScriptingGuy1

On average, 50 percent of all solutions opened by Visual Studio users open in ten seconds or less. However, large solutions can take longer to load because there are a lot of projects that Visual Studio needs to process. Over the last six months, we looked at ways to make solution load much faster, even for large solutions. We are happy to share t...

performanceVisual Studio 2017
Nov 16, 2017
Post comments count0
Post likes count0

Test Experience Improvements

ScriptingGuy1
ScriptingGuy1

There have been several significant improvements to the test experience that range across Visual Studio and Visual Studio Team Services. These efforts involved frameworks and tooling for both .NET and C++, but all had a common goal: make testing with our developer tools a great experience. .NET Side-by-side Performance Comparison These improvements...

performanceVisual Studio 2017Testing