SQL to LINQ Tool

Chris picture Chris · Nov 17, 2008 · Viewed 182.2k times · Source

Is there a tool out there which can convert SQL syntax to LINQ syntax?

I just want to rewrite basic queries with join, etc., to LINQ. It would save me a lot of time.

Answer

Nikki9696 picture Nikki9696 · Nov 17, 2008

Edit 7/17/2020: I cannot delete this accepted answer. It used to be good, but now it isn't. Beware really old posts, guys. I'm removing the link.

[Linqer] is a SQL to LINQ converter tool. It helps you to learn LINQ and convert your existing SQL statements.

Not every SQL statement can be converted to LINQ, but Linqer covers many different types of SQL expressions. Linqer supports both .NET languages - C# and Visual Basic.