|
|
|
|
|
by CharlieDigital
506 days ago
|
|
I'm not advocating it for every use case, I'm advocating it for use cases where it's a good fit (e.g. web APIs, backends where there's a need for multi-threaded code). For teams that need to move up from Node/JS/TS or augment Node/JS/TS, it's likely a better choice than say Rust or Go (nothing wrong with Go, but C# is going to be an easier ramp than Go for JS/TS devs IMO) I would not, for example, advocate it for web UIs or any UIs except for Windows desktop UIs (and even there, I might advocate for JS based options). |
|
>I would not, for example, advocate it for web UIs or any UIs except for Windows desktop UIs
Well, the GP was talking about using C# for Flutter, a cross-platform product from desktop to web lol.