The Problem Recently a client requested that they be able to page "left and right" through various different types of results that were loosely related. In this case, each row corresponded to a survey result set, and each table to a different type of...
Automated unit testing is essential for production systems, you probably don't need to be told that! If you're programming in C# you're probably familiar with Dependency Injection and the Inversion of Control (IoC) pattern. Sometimes you come across ...