Technical

Integrating Marked Up analytics with Caliburn Micro

Posted by: | Technical |

Marked Up is a fantastic tool for user analytics with Windows 8 apps and with Caliburn Micro really easy to setup. For the sake of this blog post I’m going to assume you already have an app up and running with Caliburn Micro and are looking to integrate Marked Up analytics into your app. First More »

Windows Phone: When not to use UTC

Posted by: | Technical |

If you’ve been coding on any platform for any length of time, you will have learnt that when manipulating dates it’s almost always best to use UTC. We’re the same here: spotting a rogue DateTime.Now is unusual, and it’s normally reflex to replace that with DateTime.UtcNow. There is however one unusual location in the Windows More »