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
[โ€“] jubilationtcornpone@sh.itjust.works 0 points 1 month ago (1 children)

Client side Blazor has a bright future. Server side, not so much.

[โ€“] Mihies@programming.dev 4 points 1 month ago

I disagree. Server side blazor is really a great fit for internal apps at least. Then you have a combination of the two, where your app starts quickly in server side mode, once the wasm code is downloaded, it switches to client side mode.