VB.Net and LINQ: How to Get All Possible Combinations of an Ordered List of Lists

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, [...]
 •  0 comments  •  flag
Share on Twitter
Published on September 30, 2014 12:01
No comments have been added yet.