Showing results for .NET Fundamentals - .NET Blog

May 27, 2024
8
14

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
Mar 16, 2023
81
179

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.

.NETFeatured.NET Fundamentals