Hacker News new | ask | show | jobs
by ThunderSizzle 1383 days ago
Before .NET Core, C# can't run natively on non-Windows. That's probably the only real advantage.
1 comments

I guess mono never happened...
In fact, Keepass is actively supporting mono (they regularly have patches that improve mono support)
"natively" was the key word
I don't know as Mono is any less native than .NET, they both have to JIT the program's IL, and the .NET APIs don't really expose much of anything that's platform-specific so there isn't really a "native" platform.
Keyword for what?

Mono even had AOT compiler with capabilities that are only now landing on Native AOT, and are the underlying architecture for what made Blazor possible in first place.