Showing results for Featured - .NET Blog

Sep 25, 2023
Post comments count72
Post likes count18

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
Post comments count81
Post likes count202

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

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

.NET Team
.NET Team

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

.NETC#Performance
Nov 8, 2022
Post comments count39
Post likes count30

.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
Post comments count154
Post likes count118

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
Nov 8, 2021
Post comments count77
Post likes count2

Announcing .NET 6 — The Fastest .NET Yet

Richard Lander
Richard Lander

.NET 6 is now available. It is easier to use, runs faster, and has many new features.

.NETFeatured
Feb 11, 2021
Post comments count18
Post likes count0

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