LINQPad For Writing LINQ Code
This blog is not updated anymore.
I am now writing at my new site One .Net Way
I am now writing at my new site One .Net Way
Joseph Albahari who co-authored C# 3.0 in a Nutshell has written a fantastic tool for writing LINQ queries called LINQPad. Lately I have been working extensively with LINQ and I often feel the need to write some code quickly to test my query. I usually end up writing a simple console application or a test. In such instances where you want to quickly verify the results of your query, LINQPad really shines. The tool itself is very simple and does not require an installer. Just download the exe and you are good to go.
This is what it looks like:
Technorati Tags: LINQ, LINQPad
You may also like to read...