Month: February 2020

C# 8.0 Features (Part 3)

Part 2 Using Declarations Nullable Reference Types Asynchronous Enumerables 1. Using Declarations C# 8.0 introduces an alternative way to leverage using statements. This new way is called a using declaration. It reduces unnecessary code nesting and improves readability. Here is a...