Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Latest posts

Image Live 360 Keynote 2023
Jim Harrer
Jim Harrer
Oct 23, 2024

Get Hands-On with Visual Studio, .NET, AI, and More at Live! 360 next month.

Visual Studio LIVE! Orlando 2024 November 17-22 | Loews Royal Pacific Resort, Orlando, FL We’re only four weeks away from the final Visual Studio Live! ...

0
Image word image 251054 2
Sinem Akinci
Sinem Akinci
Oct 22, 2024

Debug CMake Scripts on Linux with Visual Studio

If you are working on a CMake project that targets Linux, you may have encountered some challenges when trying to debug your CMake scripts and CMakeLists.txt ...

0
Image word image 251007 1
Junyu Wang
Junyu Wang
Oct 16, 2024

Improve your debugger game with editable expressions

Do you ever wish you could quickly test different queries on your collections or datasets while debugging? Do you want to save time and avoid writing code just ...

4
Image HandHeart green
McKenna Barlow
McKenna Barlow
Oct 9, 2024

Easier localization with the new resource (.resx) manager

If you're developing applications that target multiple languages and cultures, you probably know how challenging it can be to manage the resources for each ...

18
Image DevTools blue
Harshada Hole
Harshada Hole
Oct 7, 2024

Accelerate C++ Debugging with Enhanced Conditional Breakpoints

Are you tired of waiting for your conditional breakpoints to hit in C++? Do you wish there was a way to speed up the debugging process and get to the root of ...

4
Image PieChart brown
Harshada Hole
Harshada Hole
Oct 2, 2024

Discover Hidden Insights with Profiler’s External Code Decompilation

Have you ever wondered what's happening under the hood of your .NET application? Do you want to quickly and easily identify and fix performance bottlenecks? If ...

8
Image ArrowUp yellow
Mads Kristensen
Mads Kristensen
Oct 1, 2024

Visual Studio 2022 – Recent performance enhancements 

Visual Studio 2022 continues to be faster with each version. In this blog post we will highlight a couple of the more significant enhancements you’ll ...

10
Decorative image
Harshada Hole
Harshada Hole
Sep 30, 2024

Effortless Instrumentation profiling with Persistent Target Selection

Ever wished to assess your code's performance without repeatedly choosing the target process or executable for each instrumentation profiling session? If so, ...

1
Image word image 250718 6
Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi
Sep 26, 2024

Creating a React TODO app in Visual Studio 2022

In this tutorial we will create a React front-end, with JavaScript, of a TODO web app using a Visual Studio 2022. To get started install Visual Studio with the ...

13