C# 8.0 is coming soon and we have already seen some amazing features lined up for C# 8. Have a look here for some features of C# 8. Pattern matching Pattern matching has already been introduced with C# 7.1 and I have written an article on the same which you can find here. .Net team has … Continue reading C# 8.0 Expected Features Part – III : Switch Expressions
Category: C# 7
C# 7.0 feature Part I : Pattern matching
In this series of posts, I will explain the new features of C# 7.0 Let us see the Pattern Matching feature in the current post. There are currently 2 existing language constructs which has been enhanced with patterns by Microsoft team: with the keyword is With Switch case Before starting let us see some advantages of … Continue reading C# 7.0 feature Part I : Pattern matching