-
Having a source control system is a must these days, but I must say that coupling that with a continuous integration (CI) build system is just as important. It's really frustrating to pull the supposedly latest or most recent 'stable' or 'production' version of code from source control...
-
A project our team (in my employer) has been working on for a good number of months now makes extensive use of Windows Communication Foundation (WCF). WCF is nothing really ground-breaking; its significance is that it unifies the various inter-process communication facilities into one common programming...