|
|
|
|
|
by jiggawatts
474 days ago
|
|
You're thinking of Java, which is Enterprize Buzzword Compliant to the maximum extent possible. C# is Java-but-with-lessons-learnt, and is significantly less verbose and "enterprisey" in typical usage. Modern .NET 9 especially embraces compile-time code generation, a "minimal" style, and relatively high performance code compared to Java. Even if the JVM is faster in benchmarks for hot loops, typical Java code has far more ceremony and overhead compared to typical C# code. |
|
Can you give an example? I don't think this is true anymore for modern Java (Java 21+)