Showing results for 2023 - .NET Blog

Dec 28, 2023
1
5

Safer recursion in F#

David Schaefer
David Schaefer

Tail recursion is a new F# compiler feature which helps to avoid stack overflows.

.NETF#
Dec 21, 2023
19
9

What’s New in Our Code Coverage Tooling?

Jakub Chocholowicz
Jakub Chocholowicz

Discover enhanced code coverage tools with better platform support, new report formats and improved performance.

.NET.NET Core.NET Framework
Dec 20, 2023
6
107

Announcing .NET Aspire Preview 2

Damian Edwards
Damian Edwards

.NET Aspire Preview 2 is now available and includes many improvements and new capabilities.

.NET.NET CoreASP.NET Core
Dec 11, 2023
2
15

Hardware Intrinsics in .NET 8

Tanner Gooding [MSFT]
Tanner Gooding [MSFT]

.NET 8 includes significant improvements to the Hardware Intrinsics feature.

.NETC#
Dec 7, 2023
13
14

.NET 8 Networking Improvements

Máňa Natalia Kondratyeva
Máňa,
Natalia

Introducing new networking features in .NET 8 including HTTP space, metrics, sockets and more!

.NETNetworking
Dec 6, 2023
7
14

Learn .NET 8 with New Beginner Videos

Katie Savage Jayme Singleton
Katie,
Jayme

New to .NET? We know there is a lot to explore – so join our Technical Program managers as they cover all of .NET 8 through this brand new beginners video series and take .NET one step at a time.

.NETC#Visual Studio
Dec 4, 2023
17
17

Extending WebAssembly to the Cloud with .NET

Richard Lander
Richard Lander

We're closely following the progress of WebAssembly, including WebAssembly System Interface (WASI). There's a new experimental workload in .NET 8 for WASI that extends the capabilities of Wasm towards the Cloud.

.NET.NET CoreASP.NET Core