PreviousNext

C# 9 The unknown goodies

by miguelbernard, 2020-10-28T18:10:57.273Z

C# 9 brings many new big features and a few little goodies that are super useful and not enough known. They may not deserve a blog post of their own, but shouldn't be forgotten either. So here they are! Discover all the hidden gems in C# 9 that nobody talks about. Module initializers simplified null check, covariant returns, and native sized integers.

Read More