Microsoft has released Preview 7 of the .NET 10 runtime and frameworks, featuring significant updates including the WebSocketStream library API, which simplifies WebSocket programming. ASP.NET Core now includes improved passkey authentication support for new Blazor applications. .NET MAUI introduces a strongly-typed source code generator for XAML, enhancing build performance and tooling support. There are also updates to MAUI's control APIs and numerous fixes intended to improve overall quality, addressing prior criticisms of the framework. This release is designated as Long-Term Support (LTS), ensuring three years of support.
Microsoft's Preview 7 of .NET 10 introduces new features such as the WebSocketStream, simplifying WebSocket connections, improved passkey authentication in ASP.NET, and enhancements for MAUI.
The new WebSocketStream library API allows programming with a stream-based abstraction over WebSockets, enabling developers to read and deserialize JSON messages with minimal code.
ASP.NET Core now simplifies passkey authentication, automatically supporting it in new Blazor applications, allowing developers to create apps with passkey support effortlessly.
MAUI introduces a strongly-typed source code generator for XAML, improving build performance and tooling, while promising numerous fixes and improvements across controls and layouts.
Collection
[
|
...
]