Tag Archives: linq

How to JOIN two tables using LINQ to SQL

Wanted to share this since it gave me so much trouble figuring out.  It’s a simple SQL query ported to LINQ to SQL that joins two tables to return a filtered listed of data. Here are the tables from my … Continue reading

Posted in .net, C#, database, development, microsoft, SQL, tips and tricks | Tagged , , , , , , | 6 Comments