|
One of the main features introduced in C# 4.0 is Dynamic. By using this feature you will be able to more easily interop with dynamic languages such as IronPython, have a better COM experience and also leverage the notion of late binding for regular .NET objects. This talk will explain how Dynamic works beneath the cover and in doing so will give you a better understanding of how to use it. |