September 1, 2008
Generation 5 » Stop Catching Exceptions! – A strategy that (i) uses finally as the first resort for containing corrupting and maintaining invariants, (ii) uses catch locally when the exceptions thrown in an area are completely understood, and (iii) surrounds independent units of work with try-catch blocks is an effective basis for using exceptions
Reverse-engineer Source [...]
Read the full article →
January 9, 2008
enunciate – Enunciate is a Web service deployment framework. It is not another Web service stack implementation. Rather, Enunciate leverages existing Web service technologies to provide a mechanism to build, package, deploy, and to clearly, accurately deliver your We
Ryan Heaton's Blog: Web Service Programming for the Masses, Part I: Developing the Web Service API – [...]
Read the full article →