convert sql to linq Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/convert-sql-to-linq/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Sat, 14 Jun 2014 00:25:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://www.anujvarma.com/wp-content/uploads/anujtech.png convert sql to linq Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/convert-sql-to-linq/ 32 32 Linqer–Convert SQL statements to LINQ https://www.anujvarma.com/linqerconvert-sql-statements-to-linq/ https://www.anujvarma.com/linqerconvert-sql-statements-to-linq/#respond Sat, 14 Jun 2014 00:25:54 +0000 http://www.anujvarma.com/?p=2591 LINQPad, the most popular LINQ tool out there , does not convert SQL statements into their equivalent LINQ syntax. However, a free tool called Linqer does just that. Linqer takes […]

The post Linqer–Convert SQL statements to LINQ appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
LINQPad, the most popular LINQ tool out there , does not convert SQL statements into their equivalent LINQ syntax. However, a free tool called Linqer does just that. Linqer takes an SQL expression and turns it into a LINQ query.

There were a few confusing steps in setting up the tool.

  1. Basically, it needs to have a datasource set up. It needs  this in the form of an ado.net connection string (the same string you would use in an app.config or a web.config file).  Setting up the datasource was a bit tricky – since it insisted on generating DBML files before it would accept the ado.net datasource. Once you provide it with a path to place the dbml file – it happily configures the datasource for use.
  2. Linqer will generate the DBML (LinqtoSQL mapping files) for you.
  3. Now, you are ready to INPUT your sql statements – and see their equivalent LINQ statements as the output (as shown below).

 

linqer2

The post Linqer–Convert SQL statements to LINQ appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
https://www.anujvarma.com/linqerconvert-sql-statements-to-linq/feed/ 0