Showing results for Visual Studio 2022 - Visual Studio Blog

Dec 12, 2023
Post comments count10
Post likes count4

Visual Studio 17.9 Preview 2 has arrived!

Maddy Montaquila
Maddy Montaquila

Welcome to the release of Visual Studio 2022 17.9 Preview 2, which wraps up our development efforts for 2023. This update brings new features and enhancements, building on the solid foundation set by Preview 1 in November.  In this preview, we've made some improvements to the C++ and .NET MAUI development experiences. You'll find the '#inclu...

.NETC#Visual Studio 2022
Dec 5, 2023
Post comments count6
Post likes count4

Embracing SQL Server 2022 with SSDT 17.8: Unveiling Key Updates

Subhojit Basak
Subhojit Basak

In the dynamic landscape of database development, SQL Server Data Tools (SSDT) is a powerful tool for database developers in the Visual Studio ecosystem.  SSDT 17.8 is included in the latest version of Visual Studio 2022 v17.8, which was released on November 14th, 2023. This version introduces crucial enhancements and fixes, underscoring Microsoft'...

Visual Studio 2022SQL
Nov 16, 2023
Post comments count54
Post likes count24

The Visual Studio UI Refresh Preview is here!

Dante Gagne
Dante Gagne

Back in May, we showed a first look into the UI Refresh that we've been working on for Visual Studio. We’ve been working on a refresh for the Visual Studio UI to improve productivity, create a more inclusive environment, and keep up with evolving global accessibility requirements. The feedback we've collected from that first post and the developer ...

Visual StudioVisual Studio 2022UI Refresh
Nov 14, 2023
Post comments count35
Post likes count5

Visual Studio 17.8 now available!

Adrian Murphy
Adrian Murphy

Unlock New Heights in Developer Productivity: Optimized C++ Support, Enhanced Enterprise Capabilities, and Full .NET 8 Integration The latest update (17.8) for Visual Studio 2022 is now generally available! Offering a comprehensive suite of enhancements that span productivity, programming languages, and enterprise management, this general rele...

.NETVisual StudioAnnouncement
Sep 25, 2023
Post comments count11
Post likes count5

A unit of profiling makes the allocations go away

Nik Karpinsky
Nik Karpinsky

In Visual Studio 17.8 Preview 2 we have updated unit test profiling, allowing you to use any of the available tools in the performance profiler – not just the instrumentation tool. With this change, it’s easy to quickly profile small units of work in isolation, make changes, and then remeasure and validate the impact of the change. Assuming you hav...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Sep 6, 2023
Post comments count5
Post likes count6

Elevating Debugging with Auto-decompilation and External Sources

Harshada Hole
Harshada Hole

Visual Studio has been supporting external sources debugging and decompilation for some time now. However, with the release of Visual Studio 17.7, the debugger took a significant leap forward by introducing Auto-decompilation for .NET libraries making the external code debugging in Visual Studio much more streamlined and effortless. Its integrated ...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Aug 29, 2023
Post comments count0
Post likes count3

Learn about new and old VS tools on Visual Studio Toolbox!

Leslie Richardson
Leslie Richardson

Do you like watching videos to learn about new and existing Visual Studio features?  Then you should check out the Visual Studio Toolbox show!  Available on both Learn and YouTube, Visual Studio Toolbox is a show that helps you become a more productive developer in VS by highlighting tooling within the IDE and the wider Visual Studio family.  Most ...

.NETVisual StudioVisual Studio 2022
Aug 21, 2023
Post comments count16
Post likes count12

New in Visual Studio: Compare Files with Solution Explorer

Dalia Abo Sheasha
Dalia Abo Sheasha

Comparing code in different files is a common need for developers, yet it often disrupts the flow of your work. We've heard your feedback and are excited to introduce a new compare feature in Visual Studio. This feature enables you to compare code files directly within the Solution Explorer, eliminating the need for external tools and keeping you i...

Visual Studio 2022ProductivityEditor
Jul 25, 2023
Post comments count4
Post likes count6

Rock Your Debugging Game: Parallel Stack Window Tips You Need to Know!

Harshada Hole
Harshada Hole

In Visual Studio 2022 17.6 and 17.7 we added a ton of new features in Parallel Stack Window that can take your multithreaded debugging to the next level. But what can the Parallel Stack Window do for you? The answer is simple - it offers valuable insights into how your code functions in multithreaded or parallel or async environments. Understand...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Jul 17, 2023
Post comments count34
Post likes count6

Introducing a powerful new Extension Manager

Maia Kelner
Maia Kelner

The Visual Studio Marketplace is filled with incredible extensions that let you customize your IDE, boost your productivity, and integrate with your other development tools. We’ve heard feedback from developers like you that it can be difficult to find important information like ratings and full-length descriptions when browsing the Marketplace wit...

Visual StudioExtensionsVisual Studio 2022