In my previous post, I have explained about one of the features of C# 8.0 which is Switch expression. Have a look here for other features of C# 8.0. In this post, I will explain one more future feature which is called Ranges. This feature creates 2 new objects, one is System.Index and another is System.Range and we can … Continue reading C# 8.0 Expected Features Part – IV : Something new for Indexes and ranges