Part 7: Data Binding and the SampleDataSource.cs | Windows Store apps for Absolute Beginners with C

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
In this lesson, we begin the process of understanding how to utilize data in our app. We begin by looking at this from the GroupedItemsPage.xamls perspective, and how it utilizes the CollectionViewSource to bind to a View Model provided in the LayoutAwarePage.cs. We talk about the DefaultViewModel object which implements IObservableMap<K, V> and what that really means. Finally, we pick apart the SampleDataSource.cs and observe its inheritance hierarchy and the purpose of each of the classes defined in that file. http://media.ch9.ms/content/WinStoreAppDev_CS.zip Download the entire series source code <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:39f5f4f15f3d4eb18d6ca0f5017435ff

View the full article
 
Back
Top