New C# language features

Have you seen the new features that will be available in the upcoming C# 9 release?


C# is taking a lot of input from functional languages which makes it nicer to write and removes boilerplate code. I highly apreciate that as I’m developing in C# for my job, but my heart belongs to functional programming.

Which of these new things do you like most?

I like the progress they made with Pattern Matching and the addition of “data class” Records :slight_smile:

2 Likes