CruiseControl [.Net] vs TeamCity for continuous integration?

I have worked on and with Continuous Integration tools since the one that spawned Cruise Control (java version). I’ve tried almost all of them at some point. I’ve never been happier than I am with TeamCity. It is very simple to set up and still provides a great deal of power. The build statistics page … Read more

Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

Continuous Integration I Agree with your university’s definition. Continuous Integration is a strategy for how a developer can integrate code to the mainline continuously – as opposed to frequently. You might claim that it’s merely a branching strategy in your version control system. It has to do with the size of the tasks you assign … Read more