Showing results for Visual Studio 2022 - Visual Studio Blog

May 28, 2024
Post comments count0
Post likes count5

VisualStudio.Extensibility 17.10: Debug your extensions with the Diagnostics Explorer

Maia Kelner
Maia Kelner

Imagine creating extensions that run faster and smoother than ever before! If you haven't been following along lately, we've been working on improving the VisualStudio.Extensibility SDK. VisualStudio.Extensibility helps you build extensions that run outside the main IDE process for improved performance and reliability. With it comes a sleek and int...

Visual StudioExtensionsVisual Studio 2022
Mar 28, 2024
Post comments count0
Post likes count5

In 4 Weeks: Visual Studio LIVE! Chicago 2024

Jim Harrer
Jim Harrer

Visual Studio LIVE! Chicago 2024  April 29 - May 3 | Swissôtel, Chicago  Join us for Visual Studio LIVE! Chicago for a focused, deep dive into the latest .NET Microsoft Platform developments. You pick the package you want, 3, 4 or all 5 days! This year, we're at the Swissôtel Chicago, with sessions covering Microsoft Visual Studio 2022, .NET 8,...

.NETVisual StudioAzure
Mar 12, 2024
Post comments count0
Post likes count9

Introducing Visual Studio 17.10 – Preview 2 is Here!

Mark Downie
Mark Downie

We hope you all enjoyed the new and updated features that came with our first preview of Visual Studio 17.10, and now we have even more to share! This release brings additional tools to help you improve your code reviews with Copilot, diagnostics improvements, as well as additional Extensibility and WinForms enhancements. Browse this list of upd...

Visual Studio 2022
Feb 21, 2024
Post comments count19
Post likes count6

A Streamlined Extension Manager comes to Visual Studio 17.9

Maia Kelner
Maia Kelner

Over the last year, we’ve been building a better Extension Manager for Visual Studio that makes it easier for you to find and install great extensions. Along the way, we’ve invited Visual Studio Preview users to try out the new design and share their feedback with us. Using all that amazing feedback, we added features, made improvements, and fixed ...

Visual StudioExtensionsVisual Studio 2022
Feb 20, 2024
Post comments count13
Post likes count11

VisualStudio.Extensibility: Install extensions without restarting Visual Studio!

Maia Kelner
Maia Kelner

The new VisualStudio.Extensibility SDK helps you build extensions that run outside of the main IDE process for improved performance and reliability. With a focus on developer productivity, it features a modern, intuitive .NET Core-based API and solid, well-maintained documentation. This public preview release builds on our previous developer pre...

Visual StudioExtensionsVisual Studio 2022
Feb 16, 2024
Post comments count0
Post likes count3

Last Chance: Visual Studio LIVE! – Las Vegas

Jim Harrer
Jim Harrer

Less than 3 weeks to go! Join Us at Visual Studio LIVE! Las Vegas Are you at the forefront of driving business innovation using Visual Studio? With our room block running low, decide today to secure your spot at Visual Studio LIVE! Las Vegas. This event is your prime opportunity to enhance your skills and gain insights into new technologies, inclu...

Visual Studio 2022GitHub CopilotAzure Data
Feb 12, 2024
Post comments count1
Post likes count4

A Look Back: Visual Studio’s Profiling Tool Advancements in 2023

Harshada Hole
Harshada Hole

In retrospect, the past year our team was on a mission to enhance Profiling tools, making them more efficient and user-friendly. We improved instrumentation and our .NET counter tool, broadened platform support, seamlessly integrated unit test profiling, and boosted overall performance. Your valuable feedback via Developer Community was crucial in ...

Visual Studio 2022Developer ProductivityProfiling
Jan 31, 2024
Post comments count4
Post likes count5

In the Debugger’s Spotlight: A Year in Review

Harshada Hole
Harshada Hole

Reflecting on the past year's journey, our team was on a mission to enhance debugging tools, ensuring they became more efficient and user-friendly. We dedicated our efforts to boosting inner-loop productivity, making external source debugging more seamless, improving overall performance, and optimizing memory analysis. And, of course, we were eager...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Jan 22, 2024
Post comments count5
Post likes count8

Visual Studio productivity features in 2023

Leah Tran
Leah Tran

Over the last year, we’ve invested heavily in new capabilities to help Visual Studio developers code more easily. Let’s look back on some of the additions that aim to make your coding experience more productive. Productivity highlights Here’s a snapshot of some productivity enhancements that shipped in 2023, ranging from versions 17.5 to 17.8...

Visual StudioVisual Studio 2022Performance
Dec 15, 2023
Post comments count13
Post likes count5

Unlocking the Secrets of Managed Memory: Dive into Event Handler Leak Insights!

Massimo Giusti
Massimo Giusti

Event handler leaks have been around for a long time, and they are one of the peskiest issues WPF (Windows Presentation Foundation) developers regularly deal with. You might be thinking: What makes event handler leaks so important? Event handler leaks are easy to cause, all it takes is to forget to unsubscribe to an event. Additionally, they are qu...

Debugging and DiagnosticsVisual Studio 2022Productivity