Well, if you are using May CTP, then there is only one kind of Join operations that you can do in VB - cross-join.
The syntax for performing cross-join of two collections follows:
Dim
===== Expected output:
i = 1 j = Hi i = 1 j = Bye i = 2 j = Hi i = 2 j = Bye i = 3 j = Hi i = 3 j = Bye
.