• 0 Posts
  • 257 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle
  • I wouldn’t use it.

    Seems to me like free plan is what browsers natively support anyway. (Scam site blacklist. I highly suspect they use the same. They can’t compete with the one Google hosts and all major browsers integrate.)

    And instead of paying 15 usd per month, Windows defender is a well funded, well established, well trusted solution.

    There’s no practical gain in blockage before download. Windows defender scans upon and after download, before execution.


  • It is.

    Blazor is a big framework. It gives you a lot, but as a framework, also introduces stack complexity.

    Being able to code on one C# codebase for a web application client and server is great. It’s very fast. You can use modern C# syntax. You have component (CSS) isolation. You can switch and mix between runtime targets (server dom rendering and sending diff-updates or client-side app execution).

    At work, we’re using it for a webportal/webapp and I have not fundamentally regretted us using it. It’s definitely not worse than anything else. For a productive development and product there’s a little bit of framework knowledge you have to learn, but that’s not different than any other framework. And docs are very good.

    I love how fast it feels to use the end product too.