Part 7: Data Binding and the SampleDataSource.cs - a podcast by Microsoft

from 2021-01-31T22:10:42.023393

:: ::

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.xaml's 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 it's inheritance hierarchy and the purpose of each of the classes defined in that file. Download the entire series' source code

Further episodes of Windows Store apps for Absolute Beginners with C# (MP4) - Channel 9

Further podcasts by Microsoft

Website of Microsoft