0
kicks
Using anonymous types to shape data
Lets say you are writing a piece of software for a call center to use and you need to display values from multiple classes in your object model in a single DataGridView...
The problem is that you cannot bind a DataGridView column to a second-level property without writing TypeDescriptionProvider and CustomTypeDescriptor for each class that we want to use.