Share Dot Net Experience
Dynamic vs Anonymous types
S.No
Dynamic
Anonymous types
1
Dynamic types work at run time by late binding of object properties.
Anonymous types cause the compile time errors.
2
Dynamic Keyword
Var Keyword
‹
›
Home
View web version