Is there a tool out there which can convert SQL syntax to LINQ syntax? I just want to rewrite basic queries with join, etc, to LINQ. It would save me a lot of time.
Cheers!
Is there a tool out there which can convert SQL syntax to LINQ syntax? I just want to rewrite basic queries with join, etc, to LINQ. It would save me a lot of time.
Cheers!
I found this, but I don't know how good it is. http://www.sqltolinq.com/
I know that this isn't what you asked for but LinqPad is a really great tool to teach yourself Linq (and it's free :o). You can get it here.
When time isn't critical, I have been using it for the last week or so instead or a querey window in SQL Server and my Linq skills are getting better and better.
Linqer does not work properly on anything that might seem complex. It takes less time to use linqpad and figure it out yourself. It seems like a bit of a useless tool for anyone that works with linq every day.