Binding a control to a single object isn't that difficult as I just posted. However, binding multiple objects is much more a realistic scenario. In this series, we'll go step by step for binding to a List Box.

First, we need to get familiar with ObservableCollection<t> class.
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ms668604(v=vs.105).aspx

This class lets you create a data collection with dynamic properties such as INotifyPropertyChanged etc.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207023(v=vs.105).aspx