this post was submitted on 31 May 2025
17 points (94.7% liked)

.NET

1726 readers
7 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
[โ€“] dan@upvote.au 3 points 2 weeks ago* (last edited 2 weeks 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 2 weeks ago

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