• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle













  • That’s my case, i’m a backend developer, more specialized in databases than websites, so i choose blazor because it was easy for me to become proficient fast and build nice and fast apps.

    Also i usually build Enterprise apps, not public facing ones, so my target is still good for blazor. I know there are methods to scale better with blazor server (like using signalr on a separate service, outside the webapp).

    Also we use DevExpress components, so basically all UI controls are done for me, so my dev time is even lower.

    I’ll look at htmx, i’m curious at the tecnical differences and why it may be lighter than blazor.