top | item 43226676

(no title)

Hawxy | 1 year ago

.NET is a very productive stack, if you're coming from a JS background you'll find all of the batteries included that'd usually require a dozen or so NPM packages.

If you're building a Blazor app, I'd suggest sticking with its SSR project type. WASM is fine but SSR is far more productive. The hybrid mode is a recent addition, but it has too many rough edges and I'd avoid it.

discuss

order

Kerrick|1 year ago

I think we’ll be priced into using WASM mode for at least one of our products, because we have VoIP functionality built-in. The call needs to stay live and controllable as the user navigates the application. I think that’s the main reason they chose Angular rather than .NET MVC.

klipt|1 year ago

Anders Hejlsberg was chief architect of .net after creating both Turbo Pascal and Delphi.