News

Take advantage of pattern matching improvements in C# 8.0 to write code that is more readable, maintainable, and efficient ...
My first memory of pattern matching was at a swim club. Where was yours? Forbes Coaches Council is an invitation-only community for leading business and career coaches. Do I qualify?
We often hear about the big new features in .NET or C#. But what about all of those lesser-known but useful new features like collection indices and ranges, date features, pattern matching and records ...
Pattern matching is a great feature first introduced in C# 7. You can use pattern matching on any data type, even on custom data types, to extract values from an expression.