Consuming Python Web Services with C#

Consuming Python Web Services written and deployed with Soaplib is possible using C# and Mono. I haven’t try on .Net yet but if it works on Mono it definitively will work on .Net. You can read about Soaplib in previous posts. First of all, write a web service...

NUnit on Mono: TypeLoadException

MonoDevelop 1.0 is available for Ubuntu 8.04, that is great news!. Mono 1.2.6 is the current version for this distro too. MonoDevelop 1.0 is 100 times more stable than 0.14 and it makes me feel productive now. It almost does not crash, the gui layout is very nice and...