This is an implementation of the Grayscale Immersion Watershed Segmentation in C# based on the
Vincent-Soille immersion watershed algorithm
Read Full Post.
Tests are a pretty much a must in today's world of programming. There's even a whole Test Driven Development methodology that deals with this.
There comes a time when we have to test how our app interacts with the database.
More here