Just a little post to point out a hidden gem if you are a .NET developer creating a Metro style app: you can bind to anonymous types. This came up in a discussion with a customer today that I was having and, frankly, I never tried it until then because my mind was back in Silverlight where this isn't possible. There may not be a tone of cases where this is valuable for you, but knowing it is there may help.
Let's assume I have a basic class Person:
Go to the complete details ...
Found interesting? Add this to: