Recent Posts
Using the IncrementalUpdateBehavior to implement smooth scrolling
A common scenario in Windows Store apps is to use a GridView or ListView control to display a large number of data items. This can have a performance impact,...
Saving and restoring service class state using Prism for the Windows Runtime
Previously I wrote about how Prism for the Windows Runtime can be used to save and restore view state. This is achieved by overriding the SaveState and LoadS...
Prism for the Windows Runtime for Windows 8.1 available as an e-book
Prism for the Windows Runtime accelerates the development of Windows Store apps by providing support for Model-View-ViewModel (MVVM), loosely coupled communi...
Saving and restoring view state using Prism for the Windows Runtime
Previously I’ve written about how Prism for the Windows Runtime can be used to save and restore view model state.To have data survive the suspend/terminate c...
Prism for the Windows Runtime Templates for Windows 8.1 updated
I’ve updated the Prism for the Windows Runtime templates for Windows 8.1 on the Visual Studio Gallery. v1.1 of the templates introduces the following changes...