Continuous Integration

Continuous Integration (CI) is a process whereby as items are checked in, builds and unit tests are kicked off to ensure that if something is checked in that breaks the system (either in the build or the unit tests) you know it right away.  This is a great technique and can avoid the embarrassing phone calls or ‘meeting’s if you break the nightly build.

In VS2005 Team System, you don’t have a built-in way to do CI but you can use CruseControl.Net to implement it.  Now for my next plug, VS2008 Team System will have it built in!!!  I can’t wait!

Happy coding!

Advertisement

About JohnHowell

I am a professional software developer with over 20 years of experience. I currently specialize in Microsoft technologies such as VS, TFS, C#, VB.Net, WCF, WPF, WW, etc.
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s