Wednesday, August 11, 2010

SQL to LINQ

These days I do lots of LINQ Queries, but many times I struggle to find how to write complex SQL queries to LINQ queries. LINQ Queries look very similar to SQL Queries but when we start writing complex queries, its very very different.

I found following tool which helps out: http://www.sqltolinq.com/

It does most of the work :)