Here's one way to calculate all possible combinations of several lists. In this example, imagine four dropdown lists stored in a global array named AllDDLs. I wanted to get all possible combinations of the four lists, each of which had a different number of items. This turned out to be trivial using LINQ for Objects, [...]
Published on September 30, 2014 12:01