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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For example when using reflection.
Example, something like this:
would than become:
That’s a big improvement I think.
But there are more subjects where this can come in handy. For instance when working with COM interop objects this could come in handy, look at:
http://www.devx.com/dotnet/Article/42590