C# blazor-webassembly

Open-source C# projects categorized as blazor-webassembly

Top 23 C# blazor-webassembly Projects

  • MudBlazor

    Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.

  • Project mention: MudBlazor Identity Components | /r/Blazor | 2023-12-10

    I don't think that new Identity pages will work with MudBlazor out of the box. Take a look at this GitHub issue: https://github.com/MudBlazor/MudBlazor/issues/7805

  • Electron.NET

    :electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

  • Project mention: Blazor Hybrid vs Electon.NET | /r/dotnetMAUI | 2023-06-23

    Yes, it's what Slack, VS Code and bunch of other apps are based on. Electron: https://www.electronjs.org/ Electron.NET: https://github.com/ElectronNET/Electron.NET

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ant-design-blazor

    🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

  • Project mention: Best Blazor Components Package (Other than MudBlazor) | /r/dotnet | 2023-12-09

    AntBlazor has a pretty comprehensive set of components, and fairly active.

  • LiveCharts2

    Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.

  • Project mention: AvaloniaUI: Create Multi-Platform Apps with .NET | news.ycombinator.com | 2024-02-03

    But I think some of this stuff is already handled in Avalonia ecosystem like https://github.com/Mapsui/Mapsui, https://github.com/beto-rodriguez/LiveCharts2 and few others...

  • Radzen Blazor Components

    Radzen Blazor is a set of 70+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.

  • Project mention: Using Radzen components in Blazor 8 | /r/Blazor | 2023-12-07

    To client project, without any changes, just added Appointment.cs, EventConsole.razor, AppointmentPage.razor, AddAppointmentPage.razor, and EditAppointmentPage.razor (copied from the demo radzen-blazor project) and the scheduler component works as expected.

  • Blazorise

    Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

  • Project mention: Best Blazor Components Package (Other than MudBlazor) | /r/dotnet | 2023-12-09
  • Fusion

    Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!

  • Project mention: Show HN: Actual Chat – Blending text and voice into a single medium | news.ycombinator.com | 2023-12-08

    - Even frequent exchanges like, “Hey, I’m heading to Costco, need anything?” where the follow-up is easier spoken than typed, or may require a brief brainstorming - “Oh, remember our neighbors are visiting us on Sunday?”

    That’s how 8 years later (2 years ago) me and my co-founder decided to implement a new chat app.

    — Technology —

    To make it short, I’ll post just one point here: Actual Chat is based on Fusion (https://github.com/servicetitan/Stl.Fusion) - think MobX / computed observables, but distributed. In Actual Chat, the state it manages spans from our servers to every client app, creating an eventually consistent “state mesh”. The unified state management, where clients and servers use exactly the same abstraction to “observe” the changes happening to any bit of content, is quite a challenge from the technology standpoint. IMO it alone deserves a brief look.

    P.S. Thank you for reading up to this point!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • practical-clean-ddd

    🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻

  • LocalStorage

    A library to provide access to local storage in Blazor applications

  • TheIdServer

    OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI

  • Toast

    A JavaScript free toast library for Blazor and Razor Component applications (by Blazored)

  • SessionStorage

    A library to provide access to session storage in Blazor applications

  • Project mention: Session Storage WebAssembly | /r/Blazor | 2023-12-06

    Write your own JS bindings or use something like this https://github.com/Blazored/SessionStorage

  • blazor-ui

    A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui

  • Plotly.Blazor

    This library packages the well-known charting library plotly.js into a razor component that can be used in a Blazor project.

  • Blazor.FileSystemAccess

    A Blazor wrapper for the File System Access browser API.

  • Project mention: Help me in my understanding of Blazor and how to accomplish my goal of designing a file based note taking application | /r/csharp | 2023-05-15

    I would say the short answer is no. On desktop Chromium, you can use the File System Access API, and that's easy enough to use from Blazor, but on Firefox, Safari, and mobile Chromium, that API won't give you the real file system but rather a sandboxed one.

  • Blazor.SVGEditor

    A basic SVG editor written in Blazor.

  • Project mention: Keyboard event listeners not working on svg element | /r/Blazor | 2023-06-07

    Also, that is not true. Check out my Blazor SVG Editor https://github.com/KristofferStrube/Blazor.SVGEditor or my Blazor real-time drawing demo https://github.com/KristofferStrube/DistributedDrawing

  • RapidBlazor

    Clean Architecture Solution Template for Blazor WebAssembly .NET 7

  • Project mention: Has anyone had any luck at all getting this up and running? jasontaylordev/RapidBlazor: Clean Architecture Solution Template for Blazor WebAssembly .NET 7 | /r/Blazor | 2023-11-08
  • BlazorWasmPreRendering.Build

    When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.

  • Project mention: Introducing Postman2CSharp: Never Write An ApiClient Again. Convert your Postman Collections | /r/dotnet | 2023-07-03

    For those curious, it is a standalone Blazor Wasm project. It uses prerendering via this amazing library (BlazorWasmPreRendering.Build by jsakamoto). It's hosted and distributed with aws s3 and cloudfront.

  • awesome-blazor-browser

    A Blazor WebAssembly app for browsing the "Awesome Blazor" resources.

  • Ididit

    C# .NET 7 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.

  • Project mention: Is Blazor the right choice? | /r/Blazor | 2023-06-02

    Ididit

  • Stl.Fusion.Samples

    A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion

  • Project mention: Poor gRPC performance on test - help needed | /r/dotnet | 2023-08-16

    Client setup: https://github.com/servicetitan/Stl.Fusion.Samples/blob/master/src/RpcBenchmark/Client/Clients/GrpcTestClient.cs + the HttpClient is configured here: https://github.com/servicetitan/Stl.Fusion.Samples/blob/master/src/RpcBenchmark/Client/Clients/ClientFactories.cs#L86

  • Egroo

    Cross-platform chat app created with MAUI (Hybrid), Blazor Auto and ASP.NET (SignalR)

  • Ignis

    The Blazor framework for building modern web applications.

  • Project mention: It is now easier than ever to use Ignis! | /r/Blazor | 2023-09-20
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# blazor-webassembly related posts

  • Show HN: Actual Chat – Blending text and voice into a single medium

    1 project | news.ycombinator.com | 8 Dec 2023
  • Looking for feedback on my first real open source contribution

    1 project | /r/BlazorDevelopers | 7 Dec 2023
  • Poor gRPC performance on test - help needed

    2 projects | /r/dotnet | 16 Aug 2023
  • Introducing Postman2CSharp: Never Write An ApiClient Again. Convert your Postman Collections

    4 projects | /r/dotnet | 3 Jul 2023
  • First release of Blazor.MediaCaptureStreams: A Blazor wrapper for the Media Capture and Streams browser API.

    1 project | /r/Blazor | 23 Jun 2023
  • Keyboard event listeners not working on svg element

    2 projects | /r/Blazor | 7 Jun 2023
  • Introducing the Blazor Library: Join the Next Big Thing in Blazor Development!

    1 project | /r/Blazor | 5 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source blazor-webassembly projects in C#? This list will help you:

Project Stars
1 MudBlazor 7,177
2 Electron.NET 7,117
3 ant-design-blazor 5,545
4 LiveCharts2 3,883
5 Radzen Blazor Components 3,227
6 Blazorise 3,146
7 Fusion 1,803
8 practical-clean-ddd 1,155
9 LocalStorage 1,146
10 TheIdServer 669
11 Toast 629
12 SessionStorage 389
13 blazor-ui 318
14 Plotly.Blazor 317
15 Blazor.FileSystemAccess 308
16 Blazor.SVGEditor 274
17 RapidBlazor 267
18 BlazorWasmPreRendering.Build 240
19 awesome-blazor-browser 228
20 Ididit 210
21 Stl.Fusion.Samples 159
22 Egroo 148
23 Ignis 120

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com