I've spent most of my day today trying to copy some files from one location to another using MSBuild. This is something I've done plenty of times before, but in this case I was trying to do something other than just copy an entire directory of...
I've been working on a project recently using Microsoft's Enterprise Library, and in particular the Data Access Application Block(DAAB). The project is a .NET 2.0 project and I've been using Visual Studio 2005. As I'm a big fan of test driven development...