Showing category results for .NET Fundamentals

Aug 20, 2025
Post comments count1
Post likes count6

Copilot Diagnostics toolset for .NET In Visual Studio

Harshada Hole
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)
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
Jun 5, 2025
Post comments count6
Post likes count9

Emit logs on-demand with log buffering

Evgenii Fedorov
Evgenii Fedorov

Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9

.NET.NET Fundamentals
Jun 5, 2024
Post comments count4
Post likes count2

MSTest 3.4 is here with WinUI support and new analyzers!

Amaury Levé Marco Rossignoli
Amaury,
Marco

MSTest 3.4 is available. Learn all about the highlighted features and fixes that will make your testing experience always better.

.NET.NET Framework.NET Aspire
May 27, 2024
Post comments count8
Post likes count15

Introducing links to source code for .NET API Docs

Min Huang Matt Trilby-Bassett
Min,
Matt

.NET API reference docs now link directly to the source code! Learn how the links are generated, and some of ideas for future improvements.

.NET.NET Internals.NET Fundamentals
Feb 9, 2024
Post comments count1
Post likes count9

Resilience and chaos engineering

Martin Tomka
Martin Tomka

Chaos engineering with HTTP clients and Polly library

.NETASP.NET CoreC#
Mar 16, 2023
Post comments count81
Post likes count214

How Async/Await Really Works in C#

Stephen Toub - MSFT
Stephen Toub - MSFT

Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.

.NET.NET FundamentalsFeatured