Showing tag results for Visual Studio 2026

Sep 8, 2026
Post comments count0
Post likes count1

Today I will… find hidden latency across a distributed .NET application

Justin Yoo

When a distributed application feels slow, the user sees one delay. The code behind that delay may run across a web frontend, backend services, databases, and external APIs. If you profile only the frontend while the backend is slow, the profiler can show that the frontend is healthy without revealing the actual bottleneck. This article shows ho...

GitHub CopilotProductivityPerformance
Sep 1, 2026
Post comments count1
Post likes count4

Today I will… review GitHub PRs

Aaron Powell

Today I will show you how we can tackle one of the most common tasks when working in a development team or managing an open-source project, and that is working with Pull Requests. While we're going to be using the GitHub tooling within Visual Studio for this, the approach would be very similar with Azure DevOps. Getting our PRs Start by opening ...

ProductivityGitHubVisual Studio 2026
Aug 26, 2026
Post comments count1
Post likes count0

The Visual Studio Debugger Agentic Workflow Gets a Test-Driven Upgrade

Harshada Hole

A few months ago, we introduced a new guided agentic workflow in the Visual Studio Debugger Agent designed to help you move from a bug report to a verified fix without spending your morning guessing where to begin.   If you missed that announcement, check out  Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent to see how the Agent builds...

Debugging and DiagnosticsCopilotVisual Studio 2026
Aug 11, 2026
Post comments count2
Post likes count11

Today I will… manage Git Submodules without leaving the IDE

Harshada Hole

If you've worked with Git submodules for any length of time, you probably have a love-hate relationship with them. They're genuinely useful for pulling a shared library, an SDK, or common build scripts into your project. But actually working with them usually means tabbing over to a terminal and trying to remember whether it's this time all while a...

GitVisual Studio 2026Submodules
Jan 5, 2026
Post comments count1
Post likes count6

Welcome to 2026, A Growth Year for All of Us

Jim Harrer

I always enjoy the quiet stretch between Christmas and New Year’s. It’s one of the few moments in the year when things slow down just enough to reflect on what actually resonated. While many of us were unplugging, our digital team was doing the opposite, editing and publishing 19 sessions from VS Live! Orlando to the Visual Studio YouTube channel....

Visual Studio 2026vsliveTraining
Dec 16, 2025
Post comments count6
Post likes count7

Debugging, but Without the Drama (A Visual Studio 2026 Story)

Harshada Hole

It starts the way these things always start.  A red build. A failing test. And that quiet, sinking feeling of “This worked yesterday.”  Meet Sam. Sam’s not a junior, not a rockstar, just a solid developer who’s shipped enough code to know that bugs don’t care how confident you feel on Monday morning.  That test failure does not offer muc...

Debugging and DiagnosticsPerformanceDeveloper Productivity
Dec 10, 2025
Post comments count37
Post likes count4

Streamlining your Git workflow with Visual Studio 2026

Mads Kristensen

You’re a .NET developer with a busy morning, and an Azure DevOps ticket drops: “Login endpoint 500s under load.” You’ve got to fix it, review a teammate’s feature branch, and keep your repo clean - all before lunch. Visual Studio’s Git tools turn this everyday Git workflow of creating topic branches, stashing changes, committing, and handling PRs i...

GitVisual Studio 2026Source Control
Dec 3, 2025
Post comments count13
Post likes count5

Visual Studio November Update – Visual Studio 2026, Cloud Agent Preview, and more

Simona Liao

Visual Studio 2026 is here! If you haven’t heard the news yet, we’re excited to share with you that Visual Studio 2026 is now generally available! This new version can better assist you with several performance improvements, a redesigned user experience, and a major leap in AI-driven development. Read more about it here and get started with VS 2...

GitHub CopilotVisual Studio 2026
Dec 3, 2025
Post comments count22
Post likes count6

Why changing keyboard shortcuts in Visual Studio isn’t as simple as it seems

Mads Kristensen

A straight look at what’s behind the keys We’ve all tried unlearning a keyboard shortcut - it feels like forgetting how to breathe. Muscle memory doesn’t mess around. We wrestle with this every time someone suggest a “quick” shortcut change. It’s not just editing a keybinding but navigating a history that makes Visual Studio so customizable for de...

Visual Studio 2026Keyboard Shortcuts
Nov 24, 2025
Post comments count0
Post likes count8

Visual Studio – Built for the Speed of Modern Development

Paul Chapman

Visual Studio will adopt the Modern Support Lifecycle as a continuously updated IDE designed to deliver innovation as soon as it is ready, while maintaining the reliability and stability you count on every day with control over your build tools choices.

Visual StudioAnnouncementVisual Studio 2026