If you're used to ListBox or LongListSelector, find out how the GridView and ListView controls for Windows Phone 8.1 can do it better. At some point, most applications need to present a list of items.
I have an object data source that implements a method that returns a list of data objects, and a method returning total number of records in the database. If I watch the execution, I can see it hit ...