Linq

How to convert SQL Query to Linq syntax?

How to convert SQL Query to Linq syntax?, someone asked me to explain?

You can convert common SQL Queries to Linq syntax using Linq Converter.

try with this Linqer:

 http://www.sqltolinq.com

OR

LinQPad:  http://www.linqpad.net/

Post your comments / questions