¡@

Home 

c# Programming Glossary: puppy

Is there a good LINQ way to do a cartesian product?

http://stackoverflow.com/questions/4073713/is-there-a-good-linq-way-to-do-a-cartesian-product

structure like so Person Dogs dog 1 dog 2 etc Puppies puppy A puppy B etc There is one person. He has 1..n dogs. Each dog.. like so Person Dogs dog 1 dog 2 etc Puppies puppy A puppy B etc There is one person. He has 1..n dogs. Each dog has 1..n.. a list of all the possible combination of puppies taking 1 puppy from each dog. Eg dog 1 puppy A dog 2 puppy A dog 1 puppy A..