Thursday, February 28, 2008

Get the StackTrace in C#

To get hold of the StackTrace is quite simple.

Saturday, February 16, 2008

SSL TCP with C#

A very nice example how to open a TCP connection using SSL.

Friday, February 15, 2008

Multiple step operation failure

I have been struggling with this ADO error for a while now. It seems the solution is simple, the new value is longer than the actual field size. Refer to this post.

Tuesday, February 5, 2008

Data binding exceptions

I recently had issues when binding to properties and those properties would throw exceptions. The following post help me figure out how to translate information back to the user.