GeekArticles
Microsoft
C#Safe Method Caller -- A Defensive Programming Technique
Author: codeproject.com |
Published: 27th Jun 2007 |
Visited: 48 times |
Add CommentFiled in: CSharpThere are numerous times when we write code that communicates with a service or technology that, by nature of the connection or the robustness of the technology, can fail. This service helps protect you from those problems.
Read Article Sponsored Links
Related Articles
• The Hidden Frame Technique Building an Ajax based application is all about the proper use of hidden frame technique. It is a smart way of building an Ajax based application. You can build a basic looking website but behind that is a powerful JavaScript coding that streams information asynchronously. The user will not see it b ...