C# : Pattern Matching vs Performance
Pattern Matching was a hot thing when it was introduced in C# 7.0. It has been really useful and provided a expressive manner when programming. But what about the performance of Pattern Matching? I am discussing about it in this post. I took pattern matching switch statements for the post, so this is a valid […]
Read More C# : Pattern Matching vs Performance