You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
view model
About this tag
The view model pattern is a key concept in Windows Store app development, particularly when using data binding to connect the interface with underlying data. In Windows 8 and Windows Phone migration scenarios, the Grid App template in Visual Studio 2012 provides a built-in view model structure that simplifies binding data to the UI. This approach is central to managing app state and ensuring a clean separation between presentation and logic. Discussions on WindowsForum.com explore how view models facilitate data binding in Windows Store projects, helping developers create responsive and maintainable applications for Windows 8 and beyond.
In the previous Quickstarts, we have introduced the app and looked at handling data requests and formatting. In this next video, we will look at binding that data to the interface.
Binding and Windows 8 TemplatesData binding plays a central role in the Windows Store project templates available...
bindings
data binding
data model
design mode
grid
hub page
items source
khan academy
microsoft store
navigation
observablecollection
quickstart
sample data
styling
templates
user interface
viewmodel
visual studio
windows 8
xaml