1‏/3‏/2021 - 1‏/4‏/2021

Pattern matching using the is and switch expressions -C#

Introduction Pattern matching is a powerful feature introduced in C# 7 that provides concise syntax for conditional checks in data struc...

santosh 31 مارس, 2021

Find Highest in each group using LINQ

I’ll show you how to use LINQ to objects to find the maximum item in each group. Consider this scenario: I have a list of students in t...

santosh 30 مارس, 2021

Testing with Jest: Awesome Tips and Tricks

Jest is a widely used testing framework that internally utilizes JSDOM. JSDOM is a library that parses and interacts with HTML similar t...

santosh 27 مارس, 2021