C# 4 will contain a new dynamic keyword that will bring dynamic language features into C#.
dynamic
How do you plan to use it in your own code, what pattern woul
The dynamic keyword is all about simplifying the code required for two scenarios:
While it could be used outside of those scenarios, it probably shouldn't be.