0
kicks
C# 4.0 Dynamic Lookup - Are You Kidding Me?
One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically. When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON’T LIKE IT, ARE YOU KIDDING ME?