Showing category results for .NET Fundamentals

Mar 16, 2023
Post comments count81
Post likes count214

How Async/Await Really Works in C#

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
Feb 14, 2023
Post comments count39
Post likes count39

What is .NET, and why should you choose it?

.NET Team

.NET has changed a lot over the last few years. Learn why you should choose it for your next project.

.NETC#Performance