Now that C# 6.0 is here, let’s explore the newly introduced features so that we can be aware of what is now available to us, and be able to recognize their meaning in code others have written. Auto-Property Initializers As you may know, in C# 3.0 auto-implemented properties were introduced. They provided a concise syntax[...]
↧