Showing results for July 2021 - Visual Studio news feed

Jul 16, 2021
0
0

Visual Studio 2022 Preview 2 is out!

Sachin Thakur
Sachin Thakur

We’re excited to announce the second preview release of Visual Studio 2022! Preview 1 was the first-ever 64-bit Visual Studio, delivering improved scalability. Starting with Preview 2, we’re focusing on delivering new capabilities on the themes of personal and team productivity, modern development, and constant innovation. In this blog we’re going ...

Jul 16, 2021
0
0

Build and Debug C++ with WSL 2 Distributions and Visual Studio 2022

Sachin Thakur
Sachin Thakur

Visual Studio 2022 introduces a native WSL 2 toolset for C++ development. This toolset is available now in Visual Studio 2022 version 17.0 Preview 2. WSL 2 is the new, recommended version of the Windows Subsystem for Linux (WSL) architecture that provides better Linux file system performance, GUI support, and full system call compatibility.

Jul 16, 2021
0
0

Design your Web Forms apps with Web Live Preview in Visual Studio 2022

Sachin Thakur
Sachin Thakur

In Visual Studio 2022 Preview 2, we have introduced a new designer for WebForms projects that is powered by Web Live Preview. In this post we will go over how you can use the new Web Forms designer as well as other features provided by Web Live Preview.

Jul 16, 2021
0
0

Debug code with force run to cursor

Sachin Thakur
Sachin Thakur

Have you ever had an experience when breakpoints in your application cause some disruption in your debugging, because you may need to test your updated code or focus on another area that does not need those break conditions? Starting Visual Studio 2022 Preview 2, you can use “Force Run To Cursor”, for these scenarios. It is like “Run To Cursor,” bu...

Jul 2, 2021
0
0

.NET Object Allocation Tool Performance

Sachin Thakur
Sachin Thakur

With the release of Visual Studio 16.10 comes a new analysis engine for the Performance Profiler, with the .NET Object Allocation Tool being the first tool to be onboarded. This provides the tool with some new features and a significant perf boost. Give it a shot with your C# app and see what spurious allocations you can remove to speed up your app...

Jul 2, 2021
0
0

Debugging for Unity with Visual Studio

Sachin Thakur
Sachin Thakur

So you’re ready to level up your debugging skills with Unity and Visual Studio? Check out our new video series in this playlist: Beginner Series: Intro to Visual Studio Tooling for Unity. This series focuses on common Unity troubleshooting scenarios and how you can use Visual Studio to find and fix them