#net-11-preview

[ follow ]
Software development
fromInfoQ
1 day ago

.NET 11 Preview 2 Brings Performance Gains, Improved Mapping, and Native OpenTelemetry Support

Microsoft released .NET 11 preview 2 with major improvements including native OpenTelemetry support, Blazor Server-Side Rendering enhancements, Web Worker templates, Kestrel performance gains, and simplified .NET MAUI Map controls.
fromInfoQ
3 weeks ago

.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features

The headline runtime feature in this preview is Runtime Async, described as a major change to how asynchronous methods work in .NET. According to the release notes, since C# 5 introduced async/await, the compiler has been solely responsible for rewriting async methods into state machine structs that track progress across suspension points. With Runtime Async, the runtime itself now understands async methods as a first-class concept and takes over responsibility for suspending and resuming methods.
Software development
[ Load more ]