Dynamic vs Anonymous types


S.NoDynamicAnonymous types
1Dynamic types work at run time by late binding of object properties.Anonymous types cause the compile time errors.
2Dynamic KeywordVar Keyword