Is there a right order to join?
Example, I have two lists: categories and products, should I first use the from clause with the Categories or Products? And then Join?
Example:
var stockQuery = from category in categories...
asked by
19.05.2015 / 22:39