WinRT app guide: Step 7: Using CollectionViewSource in WinRT

To read the other steps in the step by step guide for creating a Metr/ WInRT application go here Welcome back! As promised we will be working more on the presentation of data today! I’m not sure if you noticed, but the items in the list were not grouped, and we would of course love [...]

 
 September 10, 2012  Posted by Iris Classon at 3:40 pm 365 Stupid Questions, Iris' blog 19 Responses »
Stupid question 41: Should I use IList or List?

[To celebrate my first year of programming I will ask a 'stupid' questions daily on my blog for a year, to make sure I learn at least 365 new things during my second year as a developer] Out of habit I’ve been using interfaces when working with collections, using the one with bare minimum of [...]