Episode 1 – C# Tricks: "Dynamic as a Better Pattern Matching"



We showcase a simple but powerful tricks in C# to use the dynamic features to provide for a better alternative to pattern matching in a setting of multiple type-specific overloads to be invoked depending on an object’s runtime type.

🔗 Links
Source code:
https://github.com/dotnetcoach/episodes