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 |
h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->