# Thursday, 28 April 2005

Last evening we had our monthly installment of the Portland Area .NET User Group. We had Scott Hanselman and Patrick Cauldwell speak on creating an environment of continuous integration. To borrow from the description:

Continuous Integration is more than just a fad; it's darn near required to survive anymore.

Join Patrick Cauldwell and Scott Hanselman as they talk about one of Corillian's product's build processes. They will explore NUnit, NAnt, custom NAnt Tasks, automatic reporting of errors, and unit test failures as well as Cruise Control.NET which can enable you to create an Enterprise Wide Build Dashboard for all the pointy-haired bosses to oogle at. It'll be fun, informative, and fast pace.

Specifically, they discussed several tools that they use at Corillian to build their products. The major tools were:

  • Ambient Orb - The Ambient Orb slowly transitions between thousands of colors to show changes in the weather, the health of your stock portfolio, or if your boss or kid is on instant messenger.
  • Cassini - The ASP.NET Cassini Web Server Sample is a sample web server written using the Microsoft® .NET® Framework, and demonstrates hosting ASP.NET using the ASP.NET hosting APIs (System.Web.Hosting).
  • CodeSmith - CodeSmith is a FREEWARE template-based code generator that can generate code for any ASCII-based language. CodeSmith templates use a syntax nearly identical to ASP.NET syntax so that creating templates should feel immediately familiar to ASP.NET developers.
  • CruiseControl.NET - CruiseControl.NET is an Automated Continuous Integration server, implemented using the Microsoft .NET Framework.
  • MbUnit - MbUnit is an evolutive Unit Test Framework for .Net. It provides new fixtures as well as the framework to create new ones. MbUnit is based QuickGraph, a directed graph library for C#.
  • NAnt - NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant.
  • NUnit - NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current release, version 2.2, is the fourth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.
  • TestDriven.NET - TestDriven.NET makes it easy to run unit tests with a single click, anywhere in your Visual Studio solutions. It supports all versions of Microsoft Visual Studio .NET meaning you don't have to worry about compatibility issues and fully integrates with all major unit testing frameworks including NUnit, MbUnit, & MS Team System.
  • Tree Surgeon - Tree Surgeon is a .NET development tree generator. Just give it the name of your project, and it will set up a development tree for you in seconds. More than that, your new tree has years worth of accumulated build engineering experience built right in.
  • Zanebug - Zanebug is an advanced tool for comprehensive unit and integration testing.

If these tools are not enough for you to satisfy your cravings, visit Scott's Ultimate Developer and Power Users Tool List for more.

Thursday, 28 April 2005 09:54:43 (Pacific Daylight Time, UTC-07:00)  #    Comments [0]
Comments are closed.