10 Blazor Features You Probably Didn't Know

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Markdig

    A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET

    To see for yourself, create a new Blazor WebAssembly project. If you’re not sure how, check out this learning module. Next, add a reference to the Markdig package. Update the Index page to include this row:

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. gRPC

    C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

    Browser limitations make it impossible to implement a standard gRPC browser client because no APIs exist to control HTTP/2 communication. An open-source project called gRPC-Web provides an extension that functions in the browser and includes a proxy to handle requests from both implementations, making it possible to use gRPC from Blazor WebAssembly applications.

  4. GrpcGenerator

    Code to generate a gRPC infrastructure for a Blazor WebAssembly application

    You can see the complete end-to-end example in the blog post How to use gRPC-Web with Blazor WebAssembly on App Service. An open-source project even generates all required gRPC infrastructure from a set of interfaces. Check out the gRPC generator to see the “grWizard” in action.

  5. Hot Chocolate

    Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.

    Popular GraphQL libraries for .NET include GraphQL.NET and Hot Chocolate. To see GraphQL in action with a Blazor WebAssembly app, follow the Get started with Strawberry Shake guide. A companion to HotChocolate (GraphQL on the server), Strawberry Shake creates .NET GraphQL client proxies to consume endpoints with strongly-typed payloads.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C# Alternative to the Go library "Glamour"

    3 projects | /r/csharp | 10 Feb 2021
  • log4net VS Serilog - a user suggested alternative

    3 projects | 9 Jun 2025
  • Anybody know if there's a library for the doc engine that MS Docs/Learn uses?

    2 projects | /r/dotnet | 15 Jun 2023
  • Software welche PDF durchsuchbar macht?

    2 projects | /r/de_EDV | 25 May 2023
  • Is there a simple way to auto-generate a wiki / documentation for project code that pulls from comments or <summary> tags?

    2 projects | /r/Unity3D | 5 Mar 2023

Did you know that C# is
the 10th most popular programming language
based on number of references?