Showing results for .NET Fundamentals - .NET Blog

Jun 5, 2024
Post comments count4
Post likes count2

MSTest 3.4 is here with WinUI support and new analyzers!

Amaury Levé Marco Rossignoli
Amaury,
Marco

MSTest 3.4 is available. Learn all about the highlighted features and fixes that will make your testing experience always better.

.NET.NET Framework.NET Aspire
May 27, 2024
Post comments count8
Post likes count14

Introducing links to source code for .NET API Docs

Min Huang Matt Trilby-Bassett
Min,
Matt

.NET API reference docs now link directly to the source code! Learn how the links are generated, and some of ideas for future improvements.

.NET.NET Internals.NET Fundamentals
Feb 9, 2024
Post comments count1
Post likes count9

Resilience and chaos engineering

Martin Tomka
Martin Tomka

Chaos engineering with HTTP clients and Polly library

.NETASP.NET CoreC#
Mar 16, 2023
Post comments count81
Post likes count195

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 count36

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