Visual Studio
banner
visualstudio.com
Visual Studio
@visualstudio.com
The most comprehensive IDE for .NET and C++ developers on Windows. Fully packed with a sweet array of tools and features to elevate and enhance every stage of software development.

Get started: https://www.visualstudio.com
In this #VSToolbox session replay, David Kean joins to give us a behind the scenes look at how performance is measured and what improvements were made in Visual Studio 2026. Watch: 🎥 msft.it/63327tW8ub
December 26, 2025 at 6:00 PM
In today's #VSToolbox session replay, we get a look at the new C++ code editing tools for GitHub Copilot and David show us the Copilot build performance agent for Windows. Check it out. 🎥 msft.it/63329tWY6N
December 24, 2025 at 9:00 PM
Debug much?!
This walkthrough explores smarter breakpoints, clearer conditional logic, AI-guided exception analysis, and powerful diagnostics coming to #VisualStudio2026.

Check out this insightful look at how #GitHubCopilot helps bring clarity to complex debugging. msft.it/63324tWchM
December 24, 2025 at 3:00 PM
Visual Studio subscriptions come with exclusive insights each month. If you are not getting the newsletter, opt in now and stay informed with updates delivered directly to you 📬
aka.ms/VSSOptIn
December 24, 2025 at 12:30 AM
In this quick how to... Jessie demonstrates two examples of how to leverage URL context with Copilot Chat to get tailored responses. Just by pasting in the url directly, you can take advantage specific resources to guide Copilot to the perfect result. 👀 msft.it/63321tmAdd
December 23, 2025 at 7:30 PM
Debugging, minus the drama.
In #VisualStudio2026, #Copilot helps with exception insights from your repo, honest inline values, and condition analysis that shows exactly what failed—so you move faster when tests flake. Get details, examples, and walkthroughs: msft.it/63328tmf4Y
December 23, 2025 at 2:30 PM
Looking for clarity on where SQL Server fits best in Azure?
Kendal Van Dyke explains how to evaluate Azure VMs, SQL Managed Instance, and SQL Database along with guidance from Azure Arc migration tools.
Watch msft.it/63329tmpG1
#VisualStudio
December 22, 2025 at 11:30 PM
On today's #VSToolbox replay episode, we get a behind the scenes look at how performance is measured and what improvements were made in #VisualStudio 2026. Drop in, msft.it/63329tmThT
December 22, 2025 at 8:30 PM
Ever wonder what happens after you hit “Submit feedback” in #VisualStudio? Get a behind-the-scenes look at how your reports turn into real fixes and features. From community upvotes to SLA-driven priorities, your input truly shapes the product. Dive in: msft.it/63320tmTAY
December 22, 2025 at 3:30 PM
C# Source Generators can transform your .NET apps. Learn why they matter, how they work, and how to write your own using Roslyn APIs in this on-demand session with Jim Wooley: msft.it/63322tYEKp
December 21, 2025 at 5:00 PM
A quick reminder for Visual Studio subscribers
#VS2026 launched last month, and it is already included in your subscription.
• Upgrade easily from Visual Studio 2022
• Enjoy faster performance
• Experience a workflow built to stay out of your way
Sign in at my.visualstudio.com and take a look.
December 19, 2025 at 10:15 PM
#CopilotChat in #VisualStudio now lets you add URL context—paste a link and get answers grounded in live docs, frameworks, or project resources. It’s a faster path to accurate guidance, better troubleshooting, and richer explanations right in the IDE. Try it:
msft.it/63323tYH7U
December 19, 2025 at 6:15 PM
In today's Visual Studio Toolbox LIVE (session replay - 😜), we walk through how to use the Copilot Profiler Agent, an AI-powered performance assistant built directly into Visual Studio. 🎥 msft.it/63328tYG1m
Visual Studio Toolbox Live - Understanding and Fixing App Performance
Nik walks us through how to use the Copilot Profiler Agent, an AI-powered performance assistant built directly into Visual Studio. Instead of raw data, you now get an AI partner that not only points out the real bottlenecks but also explains what’s going on, suggests fixes, writes benchmarks, and even validates improvements all in a smooth, guided loop. 🎙️ Featuring: Leslie Richardson, Robert Green, Nik Karpinsky #visualstudio #githubcopilot
msft.it
December 19, 2025 at 2:45 PM
Explore new AI-powered testing capabilities in Visual Studio. In this #dotNETConf session replay, we learn how AI assistance can suggest test cases based on your code, help w/ test maintenance as code evolves, and identify potential bugs before they reach production. msft.it/63322tc7vi
December 18, 2025 at 8:12 PM
Next-Level Debugging with GitHub Copilot in Visual Studio is here! Explore smarter breakpoints, inline variable values, and AI-driven diagnostics from Live360 Orlando. Watch now: msft.it/63326tc7t0
December 18, 2025 at 4:12 PM
In Episode 8 of our Godot C# training series, we explore how to make your game world feel alive. Learn:
- how to detect when a player enters a space
- trigger events like collecting items
- communicate between game systems like inventory and UI
Check it out: msft.it/63324tiqo4
Interactions - Handle player input using signals and collision detection (Part 8 of 9)
In Episode 8 of our Godot C# training series, we explore how to make your game world feel alive through player interactions. Using Godot’s signal system and Area3D nodes, you’ll learn how to detect when a player enters a space, trigger events like collecting items, and communicate between game systems like inventory and UI. This hands-on episode walks through building a “Chicken Station” that responds to player input, emits custom signals, and updates other parts of the game. You’ll also learn how to set up collision layers and masks, connect signals in C#, and prepare your game for crafting mechanics in the next lesson. ✅ What You'll Learn How to use Area3D nodes to detect player proximity Setting up collision shapes and layers/masks for interaction Connecting built-in signals like body_entered and body_exited Creating and emitting custom signals in C# Communicating between game systems using signal events Preparing interactive objects for crafting systems ✅ Resources GitHub repo with starter and final projects -https://msft.it/63329tiqoU... Godot Website - https://msft.it/63321tiqoS ✅ Challenge Create a new interactive object — a “Milk Station” — that works just like the Chicken Station. When the player presses E, they collect milk. This sets the stage for crafting a recipe in the next episode. ✅ Chapters 00:04 - Why Interactions Make Games Feel Alive 00:23 - Using Area3D for Proximity Detection 01:18 - Setting Up Collision Shapes and Layers 03:00 - Adding the Chicken Station to the Scene 04:52 - Connecting Signals in C# Scripts 06:00 - Testing Player Interaction with Input Events 07:30 - Creating and Emitting Custom Signals 09:00 - Building a Game Manager to Listen for Events 10:36 - Challenge: Create a Milk Station 11:00 - Wrap-Up and Preview of Crafting UI ✅ Hashtags #GodotEngine #CSharp #GameDevelopment #Signals #Area3D #PlayerInteraction #VisualStudioCode #IndieDev #LearnToCode #GameDevTools #MicrosoftDeveloper #DevEducation #CraftingSystem Connect with .NET: Blog: https://msft.it/63323tiqot Twitter: https://msft.it/63324tiqoQ TikTok: https://msft.it/63326tiqoa Mastodon: https://msft.it/63327tiqox LinkedIn: https://msft.it/63328tiqoI Facebook: https://msft.it/63329tiqoL Docs: https://msft.it/63320tiqo0 Forums: https://msft.it/63321tiqoF 🙋‍♀️Q&A: https://msft.it/63322tiqo2 👨‍🎓Microsoft Learn: https://msft.it/63323tiqoN #dotnet
msft.it
December 17, 2025 at 11:45 PM
In today's Visual Studio Toolbox, we see how to use Copilot agent mode to write code and how to use Copilot Profiler Agent to optimize your code. Watch the latest episode here 👉 msft.it/63329tYGKx
December 17, 2025 at 6:45 PM
Changing a keyboard shortcut in Visual Studio feels simple… until you peek behind the curtain. Years of developer habits, multiple scopes, and even sequenced shortcuts all shape how each key press works.
Check out Mads' blog for more info: msft.it/63326tYGyo
December 17, 2025 at 1:45 PM
Get help from Copilot easier than ever, simply by clicking through the context menu in your Editor! You will see multiple tasks and options that Copilot can help you with.

This video shows you how it all works: msft.it/63320tcuBG
December 17, 2025 at 2:05 AM
AI is transforming software development—and developers need to stay ahead. Brian Randell’s Live!360 Orlando session explores AI agents, new frameworks, and responsible AI practices.
Watch here: msft.it/63328tcRJs
December 16, 2025 at 10:35 PM
Unlock the full potential of your web development workflow!

#VisualStudio now brings #Copilot Chat’s new URL context feature, making it easier than ever to get AI-powered assistance tailored to your current web page or resource.

Dive into the details: msft.it/63323t9IhT
December 16, 2025 at 6:15 PM
Behind the Scenes with #VisualStudio Keyboard Shortcuts!
In this video, Mads takes us on a deep dive into the magic behind the system.
- Setting scope
- Applying mapping schemes
- Multi-key combos
- Levelling up with Keyboard Hero extension
msft.it/63322t9I7n
#VSToolbox
December 16, 2025 at 2:15 PM
Caching is a powerful tool—but only when used wisely.
In *Fast Focus: Caching Options in .NET*, Jason Bock explains the pros, cons, and best practices for caching in .NET applications. Recorded live at Live! 360 Orlando.
msft.it/63320tg7a2
December 15, 2025 at 9:15 PM