GeekArticles
Microsoft
Visual Basic .NETArticle :: Instrumenting Your Code for Exception Management
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 342 times |
Add CommentFiled in: Visual Basic NETInstrumenting (adding self-diagnostic) code as you program can make a huge difference in the finished product. In this article, Paul Kimmel demonstrates the use of Microsoft's Exception Management Application Block (EMAB) to help you build bulletproof solutions.
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• Ajax Uncaught Exception Error When building an Ajax based website, one can encounter uncaught exception error while using Mozilla/Firefox.
Error: uncaught exception: Permission denied to call method
Even though everything appear to be fine except for this error, it could be that the Ajax based website will be working well fro ...
• GDI+ Code Generator Allows the user to draw vector graphic shapes, then converts them to GDI+ c ...