Posted on: 7/28/2009 6:52:00 AM | Views : 934

Anonymous Types are a powerful feature in the .NET language, but are limited when you need to pass that information around. In a previous post I discussed a way to use Reflection to work with your Anonymous Types after they had left their initial scope. In this post I discuss extending the Anonymous ...

Go to the complete details ...