News

Take advantage of the specification design pattern in C# to improve the modularity, maintainability, and reusability of your source code.
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.