0
kicks
LINQ to SQL Part 2
In LINQ to SQL Part 1 I used a very simple query, almost too simple. This time I want to take it a step up and add a few joins into the mix, and show how to handle them. Below is a standard TSQL query that will to pull the employee name and his/her territory and region from the Northwind database.