Top "Dynamic-keyword" questions

Test if a property is available on a dynamic variable

My situation is very simple. Somewhere in my code I have this: dynamic myVariable = GetDataThatLooksVerySimilarButNotTheSame(); //How to do this? if (…

c# dynamic dynamic-keyword
C# 4.0 Dynamic vs Expando... where do they fit?

I am trying to learn all the new goodies that come with C# 4.0. I am failing to understand the differences …

c#-4.0 expandoobject dynamicobject dynamic-keyword