Archive for July, 2011

Caliburn Micro 1.1 – Windows Phone 7 Performance Tip – Use OnViewReady

Posted by: | Technical |

Microsoft have posted up a series of performance considerations when developing Windows Phone apps which any developer should read. There is one section in particular called “Minimize the Code in Constructors and Loaded Events” which you can find here a few sub headings down: http://msdn.microsoft.com/en-us/library/ff967560(v=vs.92).aspx#BKMK_Startup The recommended code for each view is presented below. Whilst More »