Many programmers are familiar with SQL and will need a help in the transition to LINQ. Sometimes there are complicated queries to be written and Linqer can help by converting SQL scripts to LINQ.

Home

Linqer is a SQL to LINQ converter tool.

It will help 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.

Because LINQ is a part of C# and VB languages, it is sensitive to data type’s conversions.

Linqer performs the required type castings in the produced LINQ statements.

Linqer can convert the most usable SQL Server functions.

The full list of supported MSSQL functions is here.

You need to have Microsoft .NET Framework 3.5 installed on your computer to be able to use Linqer.

Visual Studio 2008 has to be installed in order to use SqlMetal tool to generate LINQ files.

 

History

              Trial period allowed for x64 OS.

  • April 11, 2009.  Linqer Version 2.5.1

              Unnecessary type conversion in WHERE class removed.

              Conversion for type Double fixed.

             ISNULL function conversion with boolean argument fixed.

  • February 8, 2009.  Linqer Version 2.5

              INSERT,UPDATE,DELETE statements support.

             Multiple query tabs and other interface enhancments.

  • January 16, 2009.  Linqer Version 2.0.1

             Some bugs in types conversion fixed for VB.

             VB Mod operator conversion fixed.

  • January 11, 2009.  Linqer Version 2.0.0 

             This version supports SQL to LINQ conversion for both .NET languages C# and Visual Basic

  • November 6, 2008. Linqer Version 1.0.1

             Activation for x64 is fixed.

  • June 15, 2008. Linqer Version 1.0.0 is announced.

             This version supports SQL to LINQ conversion for C#.