maandag 27 juli 2009

WCF Client Proxy IDisposable - Generic WCF Service Proxy

Matt (I don't know his last name) blogged about an pattern to use to safely dispose WCF interface objects. See the link below, which points to his blog.

http://blog.weminuche.net/2008/08/test-post.html

Thanks Matt!!

dinsdag 21 april 2009

"Stateless": state machine framework

Nicholas Blumhardt mentions on his blog the open source software called Stateless. This is a library that facilitates in creating statemachines in software.

Exception Driven Development

This blog entry below mentions Exception Driven Development. This simply means that if an exception occurs in your software, first fix the exception handling code before solving the actual problem.

The main reason for this is that when the problem is fixed first, the exception handling code can't be tested anymore.

The blog entry also mentions ELMAH, which is an alternative to Windows Error Reporting.

(function($){ $(document).ready(function(){ dp.SyntaxHighlighter.BloggerMode(); dp.SyntaxHighlighter.ClipboardSwf = 'http://syntaxhighlighter.googlecode.com/svn/tags/1.5.1/Scripts/clipboard.swf'; dp.SyntaxHighlighter.HighlightAll('code'); }); })(jQuery);