SQL to LINQ converter required, any idea ?

Posted by Asad Butt on Stack Overflow See other posts from Stack Overflow or by Asad Butt
Published on 2010-01-20T18:06:53Z Indexed on 2010/04/30 11:47 UTC
Read the original article Hit count: 658

Filed under:
|
|
|
|

We have LINQPad which is great for testing Linq expressions targeting database.

Can any one recommend "free ware" tool, that could help us convert

  • "Sql Queries" to LINQ expressions

and why you recommend it?

NOTE: Please keep in mind, we use c#.

© Stack Overflow or respective owner

Related posts about sql-to-linq

Related posts about linq-to-sql