Phil just posted a couple of MSBuild tasks that he uses to synchronize the schema and data of two databases , using the API's for RedGate's SqlCompare (for schema) and SqlDataCompare (for data). The next project build server I set up I will try...
I've seen some recent blogs on Sandcastle , the new documentation tool for .NET assemblies. Joel challenged us to write something that would integrate documentation as a build step in a Team System build. I took Mikael Söderström 's...