Category Archives: Uncategorized

A tip about Error Handling

Tired of coding class names or method names in your error handling calls, then don’t!  .Net provides you a very convenient way to dynamically retrieve that information.  For example, a class with typical error handling might look something like this:  … Continue reading

Posted in Uncategorized | Leave a comment

Custom Control Property Deserialization Problem

I just want to share this little tid-bit. When building custom controls, if you build a custom type converter, only use commas to separate your pieces of information. I have a control that I’m building that needed size and corner … Continue reading

Posted in Uncategorized | Leave a comment