Uploaded November 2012 | Updated September 2026, 2 weeks ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By mzmuda@techytube, for more from this author visit:
techytube.com/author/mzmuda
Now that we can comfortably save our Application Data, it is time to move on to saving Session State.
Session state describes any data with is specific to the current user's interactions, but should not persist between different users. For example, session state should survive a suspend operation, but not a termination or logout operation.
We will take our sample application, explore asynchronous programming and save the current output greeting.
In this video, I will show you how to save session data, use asychronous programming, and make use of the async and await keywords.
References
XAML Application Lifecycle -- msdn.microsoft.com/en-us/library/windows/apps/hh986968.aspx
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By mzmuda@techytube, for more from this author visit:
techytube.com/author/mzmuda
Now that we can comfortably save our Application Data, it is time to move on to saving Session State.
Session state describes any data with is specific to the current user's interactions, but should not persist between different users. For example, session state should survive a suspend operation, but not a termination or logout operation.
We will take our sample application, explore asynchronous programming and save the current output greeting.
In this video, I will show you how to save session data, use asychronous programming, and make use of the async and await keywords.
References
XAML Application Lifecycle -- msdn.microsoft.com/en-us/library/windows/apps/hh986968.aspx


![Windows 8 Development - XAML DefaultViewModel Binding
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By mzmuda@techytube, for more from this author visit:
http://www.techytube.com/author/mzmuda
Next were going to hook up the UI for our main application page through the DefaultViewModel collection.
A page of type Items has a default View Model defined, and it is possible to hook up to a data source with only a few lines of code.
Once done, the page will render the items in the default template format. Of course,customization will likely take place from the default settings.
In this video, I will show you how to bind our data feeds to the DefaultViewModel[Items] element of our ItemsPage.
References
XAML Blog Reader - http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx Windows 8 Development - XAML DefaultViewModel Binding](https://i.ytimg.com/vi/vjoYesVE3Xs/mqdefault.jpg)







