Goodbye FileZilla I have been using FileZilla since it came out (I think?) back in 2001. It was heralded as being an excellent FTP client […]
Using the WCF Test Client without Visual Studio
Introduction There are times when you need to use the WCF test client in places where Visual Studio is not installed, namely a production server […]
WCF Asynchronous Service Methods and Timeouts Gotcha
Asynchronous Methods in WCF I have tested WCF asynchronous service methods on several occasions and I have come to a few conclusions. These of course […]
WCF: Why isn’t my object showing up on the client side?
I had a minor head-palm moment a few minutes ago. Problem I declared an object in my WCF service with the correct DataContract and DataMember […]