I have two tables Customers, Orders
Clients User ID FName LName
Orders Order number Custom ID OrderDate
I want to make a linq statement that can join these two tables and get
FName, LName, the number of orders for each client
Blessy antony
source share