Best of Blazor2025

  1. 1
    Video
    Avatar of awesome-codingAwesome·50w

    C# is cool again and you can't avoid it anymore...

    C# has evolved significantly from its enterprise-focused origins into a modern, cross-platform language with features like records, pattern matching, nullable reference types, and async/await. The .NET ecosystem has been transformed with .NET Core (now simply .NET), offering cross-platform support, modular architecture, and excellent performance. Modern C# includes minimal APIs for quick web development, LINQ for database querying, source generators for compile-time code generation, and frameworks like Blazor for frontend development and MAUI for cross-platform mobile apps.

  2. 2
    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.

  3. 3
    Video
    Avatar of nickchapsasNick Chapsas·24w

    The New Cross Platform C# IDE is INSANE

    SharpIDE is a new open-source, cross-platform C# IDE built using C# and the Godot game engine with Photino Blazor for the UI. Created by Mark Parker, it runs on Windows, Linux, and Mac, offering features like syntax highlighting, debugging with Samsung debugger, NuGet package management, test explorer, and fast project loading. While very early in development and not production-ready, it demonstrates working code editing, building, running, and debugging capabilities. The project is fully open-source on GitHub, encouraging community contributions to add features and improvements.

  4. 4
    Article
    Avatar of dotnet.NET Blog·41w

    .NET 10 Preview 7 is now available!

    .NET 10 Preview 7 introduces enhancements across multiple components including new cryptographic features (AES KeyWrap, ML-DSA), improved JSON serialization with PipeReader support, WebSocketStream functionality, and TLS 1.3 support for macOS. ASP.NET Core gains passkey authentication improvements and enhanced validation, while .NET MAUI adds XAML Source Generator and SafeArea enhancements. Windows Forms receives dark mode rendering fixes, and Entity Framework Core improves parameterized collection translation.

  5. 5
    Article
    Avatar of syncfusionSyncfusion·36w

    Blazor Rich Text Editor Gets Smarter – Explore What’s New in 2025 Volume 3

    Syncfusion's Blazor Rich Text Editor receives major updates in 2025 Volume 3, introducing quick table editing with hover-based row/column insertion, drag-and-drop Word file import with size validation, smarter autosave using DOM change detection via MutationObserver API, restructured source code view with better formatting, and real-time text selection tracking for enhanced interactivity and developer customization options.

  6. 6
    Article
    Avatar of sdtimesSD Times·23w

    Infragistics open sources 50+ Ignite UI components

    Infragistics has open sourced over 50 Ignite UI components across Angular, React, Blazor, and Web Components. Previously free to use, these components can now be freely modified and extended. The open source release includes basic UI elements like Grid Lite, Accordion, Button, Calendar, and Dialog, while advanced components such as Data Grid, Pivot Grid, and Charting Library remain premium. This dual approach provides a free foundation for all developers while maintaining professionally supported enterprise-grade components for teams with advanced needs.

  7. 7
    Article
    Avatar of aspnetASP.NET Blog·1y

    .NET 10 Preview 3 is now available!

    The third preview release of .NET 10 introduces enhancements across the .NET runtime, SDK, libraries, C#, ASP.NET Core, Blazor, and .NET MAUI. Notable updates include AOT-safe constructors in libraries, improved telemetry support, new features for ML.NET, Blazor, MAUI, and more. Full release notes are available for a detailed overview.

  8. 8
    Article
    Avatar of dotnet.NET Blog·1y

    .NET AI Template Now Available in Preview

    The .NET AI Template is now available in preview, providing an easy way to start building AI-powered chat applications using Visual Studio, Visual Studio Code, or the .NET CLI. The template supports chat with custom data, integration with local vector stores or Azure AI Search, and customizable code for various functionalities. You can utilize the generated code to handle data ingestion and customize the chatbot's behavior. Future plans include expanding template offerings and gathering user feedback to shape future versions.

  9. 9
    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.

  10. 10
    Article
    Avatar of telerikTelerik·48w

    .NET Aspire 1: What Is .NET Aspire?

    .NET Aspire is an opinionated toolkit designed to simplify cloud-native development by providing building blocks that handle common complexities like service discovery, health checks, telemetry, and secret management. The author introduces it as a solution to reduce the cognitive load of managing distributed microservices while maintaining the benefits of cloud-native architecture. The post sets up a five-part series that will demonstrate applying .NET Aspire to transform a monolithic guitar shop application into a microservices architecture.

  11. 11
    Article
    Avatar of devblogsDevBlogs·1y

    .NET 10 Preview 1 is now available!

    The first preview release of .NET 10 is now available, bringing enhancements across .NET Runtime, SDK, libraries, C#, ASP.NET Core, Blazor, and .NET MAUI. Key improvements include new library methods, runtime optimizations, and updates to C# and F#. OpenAPI 3.1 support, Android and iOS enhancements, and updates to Entity Framework Core are also included. Developers are encouraged to install the .NET 10 SDK and use the latest Visual Studio 2022 preview.

  12. 12
    Article
    Avatar of infoqInfoQ·23w

    ASP.NET Core in .NET 10: Major Updates Across Blazor, APIs, and OpenAPI

    .NET 10 brings major updates to ASP.NET Core, including extensive Blazor enhancements (security samples, client-side fingerprinting, QuickGrid updates, improved routing), built-in validation for Minimal APIs, Server-Sent Events support, full OpenAPI 3.1 compatibility with improved schema generation, new authentication metrics, WebAuthn passkey support in Identity, Kestrel improvements, and a System.Text.Json-based JSON Patch implementation. The release also includes Hot Reload improvements, circuit state persistence, and expanded diagnostics capabilities.

  13. 13
    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.

  14. 14
    Article
    Avatar of aspnetASP.NET Blog·50w

    .NET 10 Preview 5 is now available!

    .NET 10 Preview 5 introduces runtime performance improvements including escape analysis for delegates, inlining enhancements, and ARM64 write barrier optimizations. ASP.NET Core gains OpenAPI 3.1 support, custom HTTP.sys security descriptors, and enhanced Blazor routing with metrics. MAUI adds XAML global namespaces and web request interception. WPF receives XAML Grid syntax improvements and Fluent theme updates. F# gets scoped warning directives and compiler service enhancements.

  15. 15
    Article
    Avatar of dotnet.NET Blog·45w

    .NET 10 Preview 6 is now available!

    .NET 10 Preview 6 introduces enhancements across the runtime, SDK, and libraries including strict JSON serialization options, post-quantum cryptography support, platform-specific .NET tools, and one-shot tool execution. ASP.NET Core and Blazor receive improvements like automatic memory pool eviction, WebAssembly preloading, passkey support for Identity, and better form validation. .NET MAUI adds MediaPicker enhancements and WebView request interception, while Android support extends to API levels 35 and 36. Windows Forms, WPF, and Entity Framework Core focus on quality improvements and build performance optimizations.

  16. 16
    Article
    Avatar of syncfusionSyncfusion·27w

    Blazor TreeGrid Gets Smarter: Real-Time Updates, Sticky Headers & Custom Empty States

    Syncfusion's Blazor TreeGrid component introduces three major enhancements: sticky headers that remain visible during scrolling, customizable empty record templates for better user guidance, and observable binding for automatic real-time data updates. These features improve hierarchical data management across industries like project management, asset tracking, financial reporting, and logistics. The updates enable developers to build more responsive and user-friendly data-driven applications without manual refresh operations.

  17. 17
    Article
    Avatar of devblogsDevBlogs·1y

    .NET 10 Preview 4 is now available!

    .NET 10 Preview 4 has been released, featuring enhancements across the .NET Runtime, SDK, and libraries. Major updates include out-of-proc trace support, rate limiting trace sampling, and new async Zip APIs in libraries, along with JSON Patch and minimal API validation for ASP.NET Core. F# language and .NET MAUI see improvements, while Entity Framework Core introduces full-text search support for Azure Cosmos DB. Windows Forms and WPF receive quality improvements and shared functionalities.

  18. 18
    Article
    Avatar of andrewlock.NET Escapades·42w

    Passkey support for ASP.NET Core identity

    ASP.NET Core Identity in .NET 10 preview 6 introduces passkey support as an alternative authentication method. The implementation allows users to register passkeys after creating password-based accounts, enabling biometric or PIN-based login through WebAuthn standards. The feature includes new Blazor components, JavaScript integration for browser WebAuthn APIs, and database schema changes to store passkey credentials. While providing enhanced security over passwords, the current template still requires initial password registration, limiting the full passwordless potential of passkeys.

  19. 19
    Article
    Avatar of infoworldInfoWorld·1y

    Microsoft .NET 10 Preview 2 shines on C#, runtime, encryption

    Microsoft has released .NET 10 Preview 2, featuring improvements in C# 14, encryption, and the .NET runtime. Key updates include enhancements to the JIT compiler's devirtualization capabilities, new ExportPkcs12 methods for encryption, and upgrades to the dotnet CLI tool. Additional improvements cover Blazor Web App project templates, .NET for Android and iOS, WPF performance, and NativeAOT apps' startup time and memory footprint.