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 ...