#csharp
Read more stories on Hashnode
Articles with this tag
Record types are introduced in c# 9 which allows writing immutable reference types. The properties of an instance of reference type cannot change...
Pattern matching is about examining an object and its properties and making decisions based on what we are looking for. Pattern matching can turn a...