Version 0.6 of thinktecture's WSCF tool has been released, and it now supports .NET 2.0 and Visual Studio 2005! Very nice.If you're unfamiliar with WSCF, you should be. It stands for Web Services Contract-First, and allows you to build your web services by first defining the contract that the server and client will agree to. Now, I'm not a complete contract-first guy, but I do like the tool because the client proxy class generation is much better than the default proxy generated by Visual Studio...