C# 8.0 Expected Features Part – III : Switch Expressions

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

Advertisement

ASP .Net Core 2.1 features: Part I

You can find my all .Net core posts here. In this post, we will see the features of Asp .Net Core 2.1 SignalR SignalR is coming into the .Net Core. I have already written a post on how to use SignalR in Net Core which is here but as some of the changes are going on … Continue reading ASP .Net Core 2.1 features: Part I

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