Interesting news today, there’s a new build of MonoDevelop that works with MacOS X. MonoDevelop is a fully functional IDE for writing apps in Mono, a cross platform .NET library.
Follow the link for more info: http://tirania.org/blog/archive/2009/May-05-1.html
After finding the simple solution for handling WCF Service Faults in the original post, I figured it should be relatively trivial to find a generic solution to this problem if you’re using similar WCF clients in a project and want to reset ALL of them on a channel fault. I developed a generic ServiceClientFactory class [...]
So you’ve finished writing your new XSLT file using your favorite XML/XSLT editing tool. Great. Now for the next problem, you’ve been given the task to transform thousands of XML documents using your new XSLT file. Great… There’s no way we can transform all of these documents by hand. At this point we should be [...]