C# dynamic is evil, not your friend
This post gives you another reason why to stay away from C# dynamic. It turns the call-site into a late-bound leading to runtime issues.
The story of my experiments with code
This post gives you another reason why to stay away from C# dynamic. It turns the call-site into a late-bound leading to runtime issues.