Best of BlazorNovember 2025

  1. 1
    Article
    Avatar of auth0Auth0·28w

    .NET 10: What’s New for Authentication and Authorization

    .NET 10 introduces significant authentication and authorization improvements including built-in passkey support in ASP.NET Core Identity for phishing-resistant authentication, C# 14 extension members that simplify claims management with cleaner syntax, new observability metrics for tracking authentication events and performance, and a breaking change where API endpoints now correctly return 401/403 status codes instead of redirecting to login pages. The release also includes enhanced documentation for securing Blazor Web Apps with OpenID Connect.

  2. 2
    Article
    Avatar of collectionsCollections·29w

    .NET Conf: Explore the Future with .NET 10 and Visual Studio 2026

    .NET Conf 2025 is a free virtual conference from November 11-13 featuring the launch of .NET 10 and Visual Studio 2026. The event covers Visual Studio 2026's enhanced profiler and debugger tools, .NET 10 migration capabilities with Azure integration, C# 14 features, Blazor and .NET MAUI improvements, and AI integrations including Copilot advancements and Microsoft Agent Framework. Sessions include Microsoft experts and global community speakers sharing real-world applications and advanced techniques, with an additional Student Zone day on November 14 for beginners.

  3. 3
    Article
    Avatar of syncfusionSyncfusion·26w

    What’s New in ASP.NET Core 10 for .NET 10: Key Features and Enhancements

    ASP.NET Core 10 introduces significant improvements across Blazor, Minimal APIs, and OpenAPI. Blazor gains automatic asset fingerprinting, reconnection UI with state persistence via the [PersistentState] attribute, and enhanced JavaScript interop with async methods and cancellation token support. Minimal APIs now include built-in validation using DataAnnotations, Server-Sent Events support for real-time streaming, and improved form binding that maps empty strings to null for nullable types. OpenAPI 3.1 compliance brings YAML support, XML comment integration, and refined schema handling. Performance enhancements include new metrics for Blazor circuits, WebAssembly profiling tools, and faster startup times through preloaded assets.