Forum Discussion
Eduard Keilholz
Nov 03, 2021Copper Contributor
C# 10
What's your favorite addition to C# in version 10?
cretecroc1330
Nov 23, 2024Copper Contributor
I’m really enjoying the Extended property patterns—they open up new and creative ways to write C#. Loving every bit of it https://patrickraulin.de/ here!
- DonaldReumpNov 29, 2024Copper Contributor
My favorite addition to C# 10 is global using directives, which simplify managing namespaces across files. It reduces boilerplate code and keeps files cleaner, improving productivity for developers. What’s yours https://www.banahan.fr/?