Recent Posts
Using the CameraCaptureUI class in a Windows Store app
Previously I extended the sample photo viewer app so that the user will see the page content scrolled to the exact location it was at prior to termination or...
DevWeek2014–Accelerating Windows Store app development using Prism for the Windows Runtime
Today I spoke at DevWeek 2014 about Accelerating Windows Store app development using Prism for the Windows Runtime. The slides from the talk can be found her...
DevWeek2014–Building native Windows Store apps for C# developers
Yesterday I spoke at DevWeek 2014 about Building native Windows Store apps for C# developers. The slides from the talk can be found here. The code I walked t...
NDC Oslo 2014
NDC Is Norway’s largest conference dedicated to .NET and Agile development, and is backed by Microsoft. It attracts speakers and participants from all around...
Capturing and setting a ScrollViewer’s scroll position to maintain scroll position across view states
Previously I’ve written about how Prism for the Windows Runtime can be used to save and restore view state. This is achieved by overriding the SaveState and ...