Showing results for May 2022 - Visual Studio Blog

May 26, 2022
19
1

Visual Studio at Microsoft Build 2022

Chris Hardy
Chris Hardy

This week we had Microsoft Build 2022 and there were some announcements made in Amanda Silver’s Theme session and multiple breakouts that are exciting for Visual Studio users, like you. We released the .NET Multi-platform App UI (a.k.a. .NET MAUI), announced Microsoft Dev Box, Azure Deployment Environments and Visual Studio on Arm64. With Visual St...

May 25, 2022
21
4

Introducing the private preview of port tunneling in Visual Studio for ASP.NET Core projects

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2022 17.3 Preview 1.1 we added support to port tunneling (forwarding) to your ASP.NET Core web projects. Port tunneling enables connections between machines that cannot directly connect to each other. Port tunneling is also referred to as port forwarding, or web tunneling. Some cases where you may want to use port tunneling while d...

May 23, 2022
21
1

Visual Studio 2022 for Mac is now available

Jordan Matthiesen
Jordan Matthiesen

Today, I’m thrilled to share the news of the general availability (GA) release of Visual Studio 2022 for Mac v17.0 and that it’s available to download now. This is the fastest Visual Studio for Mac version yet with an all new native macOS UI, fully running on .NET 6, and optimized for Apple Silicon (ARM64) processors. Today, we’re also s...

Visual Studio for MacVisual Studio 2022 for MacVSMac
May 17, 2022
10
1

All-In-One Search Is Getting Slicker

Denizhan Yigitbas
Denizhan Yigitbas

Since we first previewed a brand new way to search your code called the All-In-One Search with Visual Studio 17.2, we’ve been making updates to the UI to make it feel slicker and help you search your code faster! In 17.3, we’ve continued to build on the preview. You’ll find the following notable changes in the latest version: Rel...

May 11, 2022
6
1

Visual Studio 2022 for Mac Release Candidate 2

Jordan Matthiesen
Jordan Matthiesen

Visual Studio 2022 for Mac 17.0 Release Candidate 2 is now available! In this release, we’ve focused on addressing top reported issues from the first release candidate. This work builds on top of earlier previews where we’ve moved the UI of the IDE to fully native macOS UI and migrated the IDE to run on top of .NET 6 (enabling native support of App...

Visual Studio for MacVisual Studio 2022 for MacVSMac
May 11, 2022
11
3

Just-in-time refactoring made even easier with IntelliCode auto suggested code for C#

Peter Groenewegen
Peter Groenewegen

Have you ever wondered if there was a tool to help you with routine code tasks like writing common constructors or inserting similar code to a few different spots? Maybe you even know some code actions or refactorings that can help you. But at the time you could have used the code action, you typed the change instead, because you remembered the cod...

C#ProductivityIntelliCode
May 10, 2022
134
1

Visual Studio 2022 17.2 is now available!

Tim Heuer
Tim Heuer

Today we are pleased to release Visual Studio 2022 17.2 as generally available. We want to acknowledge and thank all developers like you that continue to provide us valuable feedback on your experiences using Visual Studio 2022 for helping shape the product and be a part of our release! This release brings continued improvements to the C# an...

May 9, 2022
18
1

Update all Visual Studio installations with a single click!

Sayyeda Mussa
Sayyeda Mussa

We are continuously improving the Visual Studio update experience so that it’s as easy and effortless as possible. Many of you take advantage of the side-by-side support for Visual Studio and have multiple versions of Visual Studio installed simultaneously. In 17.3 Preview 1, we’ve made it easier to update all of your side-by-side versions of Visua...

Visual StudioInstallerUpdates
May 5, 2022
18
2

Visual Studio on an ultra-wide monitor

Mads Kristensen
Mads Kristensen

A growing number of Visual Studio customers use ultra-wide monitors today. Ultra-wide means wider than a traditional 16:9 widescreen display – usually 3440x1440 or larger resolution. They seem to be gaining popularity among developers and I’m curious how Visual Studio can use all this extra space. So, I asked people on Twitter to send me screenshot...

ProductivityTips and Tricks
May 2, 2022
6
1

Case Study: Double performance in under 30 minutes

Nik Karpinsky
Nik Karpinsky

Summary Recently I was converting some decompression code to C# so that we could use it cross platform and to aid in our team’s effort to migrate our new analysis process to .NET 6. After I got the initial implementation done with the simplest, cleanest code that I could, I proceeded to profile it to make sure I wasn’t doing anything silly. I want...

Visual Studio ProfilerCPU Usage.NET Object Allocation