News

Take advantage of pattern matching improvements in C# 8.0 to write code that is more readable, maintainable, and efficient Pattern matching is an excellent feature that was introduced in C# 7. You ...
Implementing the mediator design pattern in C#. But enough of the concepts—let’s get into some code. The participants in this design are the mediator, the concrete mediator, and one or more ...
Code Focused. Pattern Matching in C# 7.0 Case Blocks. Welcome to the 21st century, C#, now that case blocks support a variety of pattern-matching formats. By Tim Patrick; 02/02/2017; ...
Q&A. Asynchronous and Parallel Programming in C#. By David Ramel; 05/20/2025; As modern .NET applications grow increasingly reliant on concurrency to deliver responsive, scalable experiences, ...