Showing results for Featured - .NET Blog

Sep 25, 2023
72
18

The convenience of .NET

Richard Lander
Richard Lander

The .NET platform provides convenient solutions to many tasks, for developers looking for a straightforward utility function or a high degree of control crafting an algorithm.

.NETPerformanceFeatured
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
Nov 8, 2022
39
30

.NET 7 is Available Today

Jon Douglas Jeremy Likness Angelos Petropoulos
Jon,
Jeremy,
Angelos

.NET 7 is a modern, fast, unified, and simple development framework to build any applications and is available today.

.NETFeatured
Aug 31, 2022
154
117

Performance Improvements in .NET 7

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 7 is fast. Really fast. In this post, we'll deep-dive into literally hundreds of performance improvements that contributed to that reality.

.NETPerformanceFeatured
Feb 11, 2021
18
0

Staying safe with .NET containers

Richard Lander
Richard Lander

An update on using .NET and containers together -- how to stay safe and keep your container images up-to-date.

.NET.NET CoreContainers