Best of BlazorMay 2024

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

    .NET Announcements & Updates from Microsoft Build 2024

    Microsoft Build 2024 announced new features and tools to make .NET development faster and easier. The updates include improvements in AI development with .NET, new features in .NET 9 for cloud-native development, enhancements in web development with ASP.NET Core and Blazor, and improvements in multi-platform development with .NET MAUI.

  2. 2
    Article
    Avatar of itnextITNEXT·2y

    Building a Full-Stack Application with Blazor and CQRS: Backend Development (Part 1)

    This post discusses the development of a full-stack web application using Blazor and CQRS. It covers the purpose of using Blazor, the benefits of using CQRS, and the project structure based on Clean Architecture principles.

  3. 3
    Article
    Avatar of telerikTelerik·2y

    Blazor Basics: 9 Best Practices for Building Blazor Web Apps

    Learn nine best practices for building Blazor web applications, including understanding component lifecycle, splitting components, render mode agnosticism, event callbacks, state management techniques, code organization, web security best practices, and keeping it simple.