DEV Community

Discussion on: My Favorite C# Features - Part 1: Strong-types, Implicit-types, Anonymous-types, and Target-types

Collapse
 
noseratio profile image
Andrew Nosenko

A great start, tks!
Some of my most favorite recent additions to the language are using var resources = getSomethingDisposable(), the compiler support for IAsyncEnumerable, and the pattern matching features. Would be great to see more samples of the latter.