Showing results for March 2023 - .NET Blog

Mar 29, 2023
1
8

Improving multi-platform container support

Richard Lander
Richard Lander

Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.

.NET.NET CoreContainers
Mar 20, 2023
0
5

Announcing: Azure Developers – .NET Day

Mehul Harry
Mehul Harry

Join us on April 30th for a full day of online training and discover the latest services and features in Azure designed specifically for .NET developers.

.NETAzureEntity Framework
Mar 16, 2023
81
178

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