.
Dynamic vs Anonymous Type
S.No | Particulars | Dynamic | Anonymous types |
1 | Run time | Dynamic types work at run time by late binding of object properties. | Anonymous types cause the compile time errors. |
2 | Keyword | Dynamic Keyword | Var Keyword. |