← Back
Nick Chapsas February 20, 2026 12m

Async Await Just Got A Massive Improvement in .NET

Summary

The transcript discusses a significant runtime change in .NET 11 preview, focusing on the evolution of asynchronous programming and the await/async pattern. The speaker highlights how Microsoft has transformed asynchronous code development, making it more streamlined, easier to debug, and more performant compared to earlier implementations. By demonstrating a simple console application with Task.Delay, the presenter showcases how the new approach simplifies writing asynchronous code that looks synchronous, with minimal performance overhead. The key takeaway is that this runtime change represents a major leap forward in .NET development, enabling developers to write more efficient and readable asynchronous code with less complexity.

View original episode ↗