Mar
9th
Filed under .Net
|
Posted by Amit
This one is for all you guys who are just starting to use LINQ and have no idea how to make those queries work.
I have tried it and i am glad to say that it is very friendly and usable especially if you have no experience with Linq
Linqpad is a very user friendly LINQ editor which will make you life with LINQ very easy
it will allow you to:
- Simplify
- Create
- TestLINQ queries, and best of all it is completely free!
|
|
Linqpad supports the following:
- LINQ to SQL
- LINQ to XML
- LINQ to Object
Amit

















By Denny Ferrassoli on Mar 10, 2008 | Reply
I’d love to see a SQL to LINQ tool
By avantika on Mar 12, 2008 | Reply
i would like to how does LINO to SQL tool works?
By Admin on Mar 12, 2008 | Reply
It just helps you create your queries by using a visual interface and then translates them to code for you to use in your application