Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The purpose of dynamic is not to turn C# into a dynamic language. It was added to make it easier to interface with certain other parties. Sometimes you just don't have the type information (practical example is handling JSON data) and dynamic can make the code cleaner in these cases.

More about this: http://msdn.microsoft.com/en-us/magazine/gg598922.aspx



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: