Possible Duplicate:
How will you use the C# 4 dynamic type ?
What would be actual practical usages of the dynamic keyword?
dynamic a = 1;
a.Crash();
I know the case where it is more readable in XML chains, but, other than that, what is it good for?
Here a good article:
Using the Dynamic Keyword in C# 4.0