this post was submitted on 31 May 2025
16 points (94.4% liked)

.NET

1741 readers
1 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TomasEkeli@programming.dev 6 points 1 month ago (10 children)

Anyone actually using Blazor? Always seemed like a didn't-even-show-up to me, but I'm not a front-ender.

[–] dan@upvote.au 3 points 1 month ago* (last edited 1 month ago) (1 children)

I considered it for https://dnstools.ws/, but it was very new and not mature enough when I was rebuilding the site back in 2020 or so. Only Blazor WebAssembly was available at the time; server-side / hybrid Blazor didn't exist yet. I ended up using React + SignalR for the frontend instead, and gRPC on the backend to communicate with the worker nodes.

[–] Kissaki@programming.dev 1 points 1 month ago

Thank you for the tools! They've been useful to me a little while ago.

load more comments (8 replies)