Showing tag results for .NET 8

Oct 10, 2023
Post comments count16
Post likes count17

Announcing .NET 8 Release Candidate 2

Jon Douglas
Jon Douglas

.NET 8 RC2 is now available with new NuGet package READMEs for .NET packages, simple CLI-based project evaluation for MSBuild, publishing containers to tar.gz archives, and Tensor Primitives for .NET.

.NET
Oct 3, 2023
Post comments count7
Post likes count8

Arm64 Performance Improvements in .NET 8

Kunal Pathak
Kunal Pathak

.NET 8 added some key features for new functionality as well as performance improvements for developers including developers targeting Arm64 devices. In this blog I break down everything you need to know about the improvements in .NET 8.

.NET
Sep 26, 2023
Post comments count25
Post likes count16

Debugging Enhancements in .NET 8

James Newton-King
James Newton-King

.NET 8 introduces debugging enhancements to many commonly used types. Check out what is new and discover how .NET debugging is better than ever.

.NETASP.NET CoreDebugging
Sep 13, 2023
Post comments count131
Post likes count157

Performance Improvements in .NET 8

Stephen Toub - MSFT
Stephen Toub - MSFT

.NET 7 was super fast, .NET 8 is faster. Take an in-depth tour through over 500 pull requests that make that a reality.

.NETC#Visual Studio
Sep 12, 2023
Post comments count13
Post likes count18

Announcing .NET 8 Release Candidate 1

Leslie Richardson
Leslie Richardson

.NET 8 RC1 is now available with improvements to System.Text.Json, a new AOT mode for Android and WASM, Azure Managed Identity support for containers, and more!

.NET
Sep 12, 2023
Post comments count6
Post likes count11

EF Core 8 RC1: Complex types as value objects

Arthur Vickers
Arthur Vickers

Announcing Entity Framework Core 8 (EF8) RC 1 with support for complex types used as value objects

.NETEntity Framework