As a follow up to last week’s article on error handling in stored procedures, this week we are sharing a video of a presentation by Linda Claussen of Themis Education. Linda details several additional ways to think about error handling. Video links are below. View in YouTube View in...
Introduction If you have ever done any development in the .NET or JAVA you may have been exposed to a logging utility from a company called Apache called log4net™, for more information there is a link at the end of this article. This is an open source logging utility which can be used to...
We live in a massively multithreaded world. Lots of actions are occurring around us. We are jumping from one task to another. Every now and then, we have to slow down and stop what we are doing to let another task make its way in the stream of activities. That task isn’t necessarily ours. In...