Visual Studio at GDC 2025
Join us in-person at Game Developers Conference 2025 with an in-depth look at how Visual Studio and GitHub Copilot can streamline your iteration workflow. Don’t miss the unveiling of our biggest C++ debugger update yet. Session Title: Accelerating ...
New, Simpler Solution File Format
For years, you’ve worked with Visual Studio’s solution file (*.SLN) format, and while it’s a core part of your project organization, we know the experience hasn’t always been smooth. Whether you’ve been modifying, maintaining, or trying to re...
Make more sense of multithreaded debugging
Debugging complex programs often feels like navigating a labyrinth of threads and stack traces. The challenge of understanding thread behaviors and tracing issues can be daunting, leading to longer development times and increased frustration. But now, ...
.NET AI Template Now Available in Preview
Announcing the first preview of the .NET AI Template, for Visual Studio, Visual Studio Code, and the .NET CLI. Get started building amazing AI apps with .NET. The post .NET AI Template Now Available in Preview appeared first on .NET Blog.
Announcing Guidelines Support Library v4.2.0
Version 4.2.0 of Microsoft's Guidelines Support Library brings performance improvements, safety features, modern compiler support. The post Announcing Guidelines Support Library v4.2.0 appeared first on C++ Team Blog.
New Debugging and Profiling Features in Visual Studio (v17.13)
The latest Visual Studio update (v17.13) brings a strong set of debugging and profiling features designed to speed up troubleshooting, making it more efficient. With AI-driven features in this release, variable analysis and data inspection are smarter ...
Unlock new possibilities for AI Evaluations for .NET
Microsoft.Extensions.AI.Evaluations library is now open source, and a new Azure DevOps plug-in is available to make reporting in your CI pipelines easier than ever. The post Unlock new possibilities for AI Evaluations for .NET appeared first on .NET Blog.
Great new productivity features in Visual Studio
Sometimes it’s the little things in life that matter the most. In the latest version of Visual Studio, we’ve added some features and tweaks that aim to put a smile on your face and make you more productive. Here is a list of some of these, and if y...
Catch issues before you commit to Git
Discovering issues with code changes after committing changes can be frustrating. Fortunately, Visual Studio offers a new feature that helps you catch potential problems early, improving your code quality. Visual Studio now includes a feature powered b...
.NET 10 Preview 1 is now available!
Find out about the new features in .NET 10 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 10 Preview 1 is now available! appeared first on .NET Blog.
Claude 3.7 Now Available in GitHub Copilot for Visual Studio
The world of AI is evolving at a breathtaking pace, and today brings an exciting milestone for developers and tech enthusiasts alike. Anthropic’s newest release, Claude 3.7, is now available directly within GitHub Copilot for Visual Studio 2022 17.13...
Let’s Learn .NET: GitHub Copilot Event
Join us for an exciting Let's Learn .NET live stream event where we will explore GitHub Copilot and its capabilities. The post Let’s Learn .NET: GitHub Copilot Event appeared first on .NET Blog.
std::generator: Standard Library Coroutine Support
std::generator is a C++23 feature that enables you to write concise, straightforward functions that generate sequences of values on-demand without manually managing state. It builds upon C++20’s coroutines, providing some standard library support for...