Articles & Reviews
Continuous Integration
Continuous Integration with CruiseControl.Net
A guide to CruiseControl.Net setup.
Continuous Integration with CruiseControl.Net - Part 2
A look at the CruiseControl.Net web dashboard.
Continuous Integration with CruiseControl.Net - Part 3
How to write a plugin for CruiseControl.Net.
C#
Visiting Files and Directories in C#
A look at how to use C# to remove a source tree and develop the code into a enumeration method and visitor
compound that can be used for general purpose file and directory traversal.
Testing Visiting Files and Directories in C#
A look at how to write automated tests for a directory traverser and discussion of the differences between unit
and integration testing and when to use them.
Java
Java Web Start
How to create applications and deploy Java applications user Java Web Start.
Model View Controller
How to implement the Model View Controller pattern in Java.
Boiler Plating Database Resource Cleanup
How to reduce the amount of code needed to access a database in Java by introducing some boiler plate.
