I'm just starting to explore SIlverlight 5 and am going through the new features trying to decide what to look at first! Silverlight 5 is boasting a really nice feature that is familiar to people who develop Dynamic Data, WPF, and Prism-based Silverlight applications - typed DataTemplates. This feature will allow you to specify the DataTemplate used to display data based on its type. The classic example is the display a collection of Person objects where the actual objects are of various types deriving ......