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

.NET

1726 readers
14 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
[โ€“] [email protected] 6 points 3 weeks 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.

[โ€“] [email protected] 5 points 3 weeks ago

Last three or four years, all of our UI were done in Blazor server. Some are in production for more than two years.

I am not saying that there are no tradeoffs, but if you are already familiar with the dot net environment and c#, writing app in Blazor could be the right path, especially for backoffice apps.

I am just started fiddling with the latest version that automatically switch from server side to wasm without the user even noticing, and it is an awesome tech. There are still some tradeoffs, but they keep polishing the stack.

For context, I do write some react from time to time (outlooks addin) and razor pages, but I still prefer Blazor over these techs.

load more comments (9 replies)