Introduction I usually like to keep any explanation I write to be straight to the point, but informational and no fluff. There are times where […]
Exception error codes
A practice I have engaged in for a long time now is adding error codes to any custom or handled exceptions that are thrown on […]
A very simplistic explanation of events in C#
Introduction If you just want to see the code involved, go to the end of this article. I am really writing this for myself because […]
Custom Controls in ToolStrip or StatusStrip
This is not something I have had to deal with too often which is why it wasn’t apparent to me the first time around. FACT: […]
WSE: You Cannot Return Custom Exceptions
I answered this on StackOverflow.com here: http://stackoverflow.com/questions/138477/using-own-exceptions-in-wse-not-only-soapexception/9320072#9320072