C# Extension Method for Printing Exceptions
Created this for easily printing exception details to string so that it can be logged or emailed quickly. View the code on Gist.
Software Developer, Husband, and Father
Created this for easily printing exception details to string so that it can be logged or emailed quickly. View the code on Gist.
Here are a couple of handy C# extension methods I’ve created at work to get and set reflected property values. Required Namespaces: 1 2 using System; using System.Reflection;using System; using System.Reflection; 1 2 3...
A while back, one of the guys at work asked me if it was possible to determine the Windows installation date of some computers. So after a short bit of digging online, I found...
So, I’ve slowly been taking some time to watch and learn from the Stanford iPhone Development class that is being podcasted through iTunes. I haven’t had much time to watch them all yet, I’ve...