Archive for February, 2011

Watch out how you format that navigation string

Related Platforms: Silverlight and Windows Phone 7 The Problem I’ve noticed that the constructor on my MainPage was being called again, when I navigated back to the MainPage using the NavigationService. NavigationService.Navigate(“/Views/MainPage.xaml”); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: [...]

Read the rest of this entry »