Most common applications of the C# 4.0 dynamic type
Posted
by David Neale
on Stack Overflow
See other posts from Stack Overflow
or by David Neale
Published on 2010-05-13T16:48:56Z
Indexed on
2010/05/13
16:54 UTC
Read the original article
Hit count: 261
Now that people have been using C# 4.0 for a while I thought I'd see how people were most often using the type 'dynamic' and why has this helped them solve their problem better than they may have done previously?
© Stack Overflow or respective owner