Hello, I want to convert select * from table1 where tab1id not in (select tab1id from table2 where id = 3) query to linq entity c#. Please suggest ...