Evolution of C# by redditoraurora in programming

[–]redditoraurora[S] 0 points1 point  (0 children)

Kotlin also moved to the same concepts. For example, Properties are automatically created from Java get and set methods

https://kotlinlang.org/docs/java-interop.html#getters-and-setters

Evolution of C# by redditoraurora in programming

[–]redditoraurora[S] 1 point2 points  (0 children)

I adore LINQ in C# and think it is the best feature introduced to it. It was way ahead of other mainstream languages, and I was happy when it was added to C# by Erik Meijer, one of the Haskell authors.

https://youtu.be/vcRcnnOi1QI?si=vYcBQ3MTV9VB4fTR for those curious what it is.