Showing category results for Debugging

Sep 22, 2026
Post comments count1
Post likes count1

Creating a memory dump in C#

Aaron Powell

Learn how to create a memory dump in C# to capture the state of your application for debugging purposes.

.NETVisual StudioDebugging
Mar 9, 2026
Post comments count8
Post likes count14

Extend your coding agent with .NET Skills

Tim Heuer

Introducing the dotnet/skills repository and how .NET agent skills can improve coding agent workflows.

.NETC#AI
Aug 20, 2025
Post comments count1
Post likes count6

Copilot Diagnostics toolset for .NET In Visual Studio

Harshada Hole

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

.NETC#Visual Studio
Aug 6, 2025
Post comments count4
Post likes count13

5 Copilot Chat Prompts .NET Devs Should Steal Today

Wendy Breiding (SHE/HER)

Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews.

.NETC#Visual Studio
Feb 11, 2025
Post comments count0
Post likes count4

C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!

Wendy Breiding (SHE/HER)

Exploring the latest features and enhancements in the C# Dev Kit for VS Code including .NET Aspire orchestration support, new hot reload features, enhanced debugging capabilities, and more!

.NETC#Cloud Native
Oct 4, 2023
Post comments count21
Post likes count16

C# Dev Kit – Now Generally Available

Wendy Breiding (SHE/HER)

We are thrilled to announce the general availability of C# Dev Kit, a Visual Studio Code extension that brings an improved editor-first C# development experience to Linux, macOS, and Windows.

.NETASP.NETASP.NET Core
Sep 26, 2023
Post comments count25
Post likes count16

Debugging Enhancements in .NET 8

James Newton-King

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
May 22, 2023
Post comments count16
Post likes count8

Announcing Azure Monitor OpenTelemetry Distro

Matt,
Sam

The Azure Monitor Open Telemetry distro has just been released. This library enables monitoring ASP.NET Core apps with Azure monitor a one line change, based on the infrastructure of Open Telemetry for .NET.

.NETASP.NET CoreAzure
Mar 22, 2022
Post comments count6
Post likes count4

Go To Definition improvements for external source in Roslyn

David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework