The dynamic keyword is a recent addition to the C# language. I have a gut feel that one or more of the GOF and/or MVC/MVP/MVVM patterns could benefit from its use.
Has anyone found a great use of dynamic in any of their own Design Pattern implementations?
(I am looking for this nice little 'gem' :-) )
Thanks.