Showing results for Performance Improvements - Visual Studio Blog

Nov 21, 2022
28
6

Visual Studio 2022 Performance Enhancements 17.4

Nayana Srikanth
Nayana Srikanth

Every new Visual Studio release includes new performance improvements that make the product faster and more responsive. 17.4 has some significant improvements across common scenarios like  Find in Files, Branch switching, configuration changes, unit testing, C++ indexing and file saving. We use product telemetry from our GA releases to set baseline...

Find in FilesPerformance ImprovementsUnit test performance
Jun 9, 2022
5
3

New Profiler feature in Visual Studio

Misty Hays
Misty Hays

Introducing the new File I/O tool  We just launched a new profiling tool in Visual Studio 17.2 that helps you understand how you can optimize your File I/O operations to improve performance in your apps. If you’re trying to investigate and diagnose slow loading times, the new File IO tool can help you understand how the I/O operations impact your ...

.NETPerformanceDiagnostics
Aug 5, 2021
6
0

Load Only the Projects You Need with Solution Filters

Kira Weiss
Kira Weiss

You, like many other developers, may work in very large codebases that contain hundreds or thousands of projects in a single Visual Studio solution. However, you may only work with a few of those projects and their dependencies. Our Visual Studio team has seen multiple approaches that developers use to only load and work in the projects that they n...

Visual StudioPerformance Improvements