Showing results for June 2024 - Visual Studio Blog

Jun 25, 2024
13

Code Assessment with .NET Upgrade Assistant

McKenna Barlow
McKenna Barlow

We are thrilled to announce the latest enhancements to the .NET Upgrade Assistant. .NET Upgrade Assistant helps upgrade solutions to newer versions of .NET. Whether you’re upgrading from .NET Framework to .NET 8 or just between .NET Core versions (from .NET 6 or 7 to .NET 8 or 9), .NET Upgrade Assistant can help you understand what changes will ...

.NETVisual StudioASP.NET
Jun 19, 2024
22

Keep Visual Studio automatically updated and secure through Microsoft Update

Christine Ruana
Christine Ruana

Visual Studio is coming to Microsoft Update! We’re pleased to announce that starting in August 2024, users of the Visual Studio Community edition who are not part of an organization managed by an IT administrator can choose to receive monthly Visual Studio security updates through the Microsoft Update (MU) system on "patch Tuesdays".  This new ...

UpdatesecurityMicrosoft Update
Jun 18, 2024
9

Easily navigate code delegates while debugging

Mark Downie
Mark Downie

Delegates are everywhere in modern code; a delegate is a type that represents references to methods with a particular parameter list and return type. Developers use delegates to pass methods as arguments to other methods. One example you may be familiar with is with event handlers. Handlers are methods you can invoke through delegates. Delegates ...

Debugging and Diagnostics
Jun 17, 2024
2

Bosch widely adopts Visual Studio for their C++ remote Linux projects

Sinem Akinci
Sinem Akinci

The Bosch security camera team was seeking a unified development setup for their team and recently re-evaluated Visual Studio as a solution for their C++ projects and remote Linux development needs. Their experience with Visual Studio 2022 featured notable improvements relevant to their workflows such as seamless GDB and CMake/WSL integrations ...

Jun 12, 2024
5

Catch up on the latest Git tooling features in 17.10 GA

Jessie Houghton
Jessie Houghton

We believe that boosting the productivity of your development and team collaboration helps you produce better software solutions. That’s why the Visual Studio Version Control team has delivered new features, streamlining your inner loop and code review experiences. You’ll get AI support writing commit messages, pull request descriptions, commit...

Jun 11, 2024
10

Visual Studio 2022 – 17.10 Performance Enhancements

Ashok Kamath
Ashok Kamath

We are excited to announce the latest update of Visual Studio 2022, which brings you a range of performance enhancements across various areas of the IDE. In this blog post, we will highlight some of the most notable improvements that you can experience in version 17.10, such as faster Windows Forms designer loading, faster Razor colorization, ...

Visual Studio 2022Performance17.10
Jun 5, 2024
1

Giving our Azure marketplace images a makeover

Ruben Rios
Ruben Rios

We previously announced the addition of new, optimized Azure VM image offers to help you create and test your applications faster and more easily on Azure VMs and the Microsoft Dev Box service. As we continue to evolve and optimize our offers, we're introducing more developer-optimized VM images and deprecating our older non-optimized offers. In ...

Jun 4, 2024
2

Get Hands-On with Visual Studio and Azure: Live at Microsoft HQ this August!

Jim Harrer
Jim Harrer

Visual Studio LIVE! Microsoft HQ 2024 August 5-9 | Microsoft Conference Center, Redmond, WA Join the Ultimate Developer Celebration! Who's ready to connect with fellow developers and Visual Studio Product Managers this August at the Microsoft Campus in Redmond? Visual Studio Live! @ Microsoft HQ celebrates the bright days of the Pacific ...

.NETVisual StudioAzure
Jun 3, 2024
15

Introducing the Revamped Visual Studio Resource Explorer

McKenna Barlow
McKenna Barlow

With the recent revamp of Visual Studio’s Resource Explorer, developers are in for a treat! We’re thrilled to unveil the reimagined Visual Studio Resource Explorer, and trust us, it’s a game-changer. Developers who manage resources in Visual Studio will be delighted to learn that we have finally updated our out-of-the-box resource ...

.NETVisual StudioAnnouncement