¡@

Home 

c# Programming Glossary: p21

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

p1 p2 p3 Suppose dog1 has puppies p11 p12 dog2 has puppy p21 and dog3 has puppies p31 p32. This gives you p11 p21 p31 p11.. puppy p21 and dog3 has puppies p31 p32. This gives you p11 p21 p31 p11 p21 p32 p12 p21 p31 p12 p21 p32 Where each row is an.. dog3 has puppies p31 p32. This gives you p11 p21 p31 p11 p21 p32 p12 p21 p31 p12 p21 p32 Where each row is an anonymous type...