I have a list of members that have to play a game against each other and I want to generate a complete list of all the members against every other member without repeating any games. My list looks like this: string[] members = {"Alphie", "Jerome", "Silky", "Buzz"...
Continue reading "Using LINQ to join two string lists without repeats"