Forum Discussion
Eduard Keilholz
Nov 03, 2021Copper Contributor
C# 10
What's your favorite addition to C# in version 10?
27 Replies
- MKSLiveCopper Contributor
I would say, I like the Extended property patterns. It opens up new ways to write C..https://simulatorapkmod.com/ Anyway, I am loving it.
- HarryhereCopper Contributor
Exactly..! I am also using pattern matching in multiple languages I just love it.https://alightmotionapk.org/. Now i am doing it C# too... Its neat and great as always...
- choo_kingCopper ContributorI have already been using pattern matching in other languages and I love that I can now do it in C# too.
- alex-chiCopper ContributorExtend method for static class instead of partial class
- egvijayanandCopper ContributorGlobal usings, this is a game changer. Those already working on the Razor know the value of this feature.
- AlseinCopper ContributorPreview Features in C#10 (Actually 11):
Static Abstract Interface Members
I believe it would lead to algebraic type system. - juansturlaCopper ContributorI really like the Records and how they reduce the code. But sometimes I forgot that it exists
- IhorDyrmanCopper ContributorGlobal usings looks really good. It's nice to remove one level of nesting from your code.
- HekuCopper Contributoryes, exactly.
- arthuraugstenCopper ContributorExtended Property and Global Using are awesome!
- ravelartemisCopper Contributorextended property is my favorite feature