I am stuck trying to convert below sql query to linq:
SELECT Table1.Id1, Table2.Id2, MAX(Table3.DateField) AS Max DateField FROM Table1 INNER