Tools to convert sql query to linq
I write sql query for many year bu开发者_运维百科t I am new to linq. Are there any tools to convert sql query to linq(especially linq to entity) so as that I can learn linq faster?
Have you tried sqlToLinq ? There is a trial version available.
Note: I have not worked on this tool
There are no such tools that give you 100 % accurate results. Linqer(www.sqltolinq.com) may help you in simple queries only. I advice you purchase Linqpad tool which can help practice the linq to entities. You simply write your linq and see the data results as well as the executed T-SQL. Good Luck
精彩评论