WSProxyGen from Dave Donaldson

To make up for my lack of posting good technical content I’ll mooch off Dave. :)  Actually, Dave has posted a little utility that I will be using on my next project.  It generates a proxy class for a web service sans all the “crap” that the Add Web Reference tool in VS.Net slaps into your code (aka, it doesn’t add stuff to the Settings, cram the URL into an odd position in the web config, etc).  The big thing is that it lets me generate my proxies and share types between client and server without manually having to go in and edit generated code (see the “Remove Entity Types” checkbox description).  In my next project I own both sides of the wire and want to reuse the objects.

So check it out.  I’ve posted it here because I want to bookmark his tool for myself.  I read his post and deleted it from my RSS reader, then when I saw I needed to do the same thing I had to scan through almost all my feeds to try to find the tool again.