Handling application crashes
I’ve struggle for a while now trying to come up with a good way to handle app crashes in my Windows Phone applications. The problem I have is that in the Application_Unhandled event handler, there’s really no good way to pop up a task (i.e.: an email compose task) to send off debugging information. There… Read More »