Best of Blazor — 2023

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

    ASP.NET Core Route Tooling Enhancements in .NET 8

    ASP.NET Core Route Tooling Enhancements in.NET 8 is built on routing. Minimal APIs, Web APIs, Razor Pages, and Blazor all use routes to customize how HTTP requests map to your code. New analyzers and fixers include: Route syntax analyzer as you write and compile your app.

  2. 2
    Article
    Avatar of discdotDiscover .NET·3y

    Blazor with TailwindCSS

    Learn how to use TailwindCSS with Blazor using the necessary packages and configurations.

  3. 3
    Article
    Avatar of devtoDEV·3y

    What Are People Building With WebAssembly?

    WebAssembly (WASM) has been a buzzword in the past few years. It's a technology that raises a lot of attention but is less widely used in practice. WebAssembly was never created as a replacement for Javascript, and it can't because the language is so low-level.

  4. 4
    Article
    Avatar of syncfusionSyncfusion·3y

    Struct vs. Record vs. Class in C#

    C# is an object-oriented programming language developed and maintained by Microsoft that is being used to create desktop, web, and mobile apps. Struct, class, and record are three user-defined data types that differ from one another.

  5. 5
    Article
    Avatar of asayerasayer·3y

    An Introduction to Blazor

    Blazor is a cutting-edge web framework created by Microsoft. The term ‘Blazor’ is a fusion of ‘Browser’ and ‘Razor,’ the latter being a syntax within ASP.NET that facilitates the generation of dynamic web elements.

  6. 6
    Article
    Avatar of devblogsDevBlogs·3y

    Announcing ASP.NET Core in .NET 8

    ASP.NET Core in .NET 8 brings new features and improvements, including enhanced performance, support for native AOT, full stack web UI capabilities with Blazor, and a JavaScript SDK and project system in Visual Studio. It also introduces metrics, named pipes transport, Redis-based output caching, route tooling improvements, debugging enhancements, and more. To upgrade an existing project, follow the migration guide. The release of .NET 8 is being celebrated at .NET Conf 2023, a virtual developer event.

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

    Celebrating the Release of .NET 8!

    .NET Conf 2023 is a free, three-day virtual developer event that celebrates the release of.NET 8. This year’s themes promise to enthrall developers with their relevance and innovation. All sessions must be submitted through Sessionize, and we will assemble the best and most interesting sessions to be broadcast live during the event.

  8. 8
    Article
    Avatar of planetxamarinPlanet Xamarin·3y

    🔴 Recreating Threads App with .NET MAUI & NEW VS Code Extension!