50 LINQ Examples Now in LINQPad

I had recently written an article on 50 LINQ Examples, Tips and How To's.

Software Developer and geek John Flynn took these examples and did a great job compiling  these queries into a format which can be executed using LINQPad.


LINQPad is a FREE tool that can execute any C#/VB/F# expression, statement block or program with rich output formatting. It’s a must have for every .NET developer using LINQ. The Free version does not have autocompletion. Download the Free Version of LINQPad.

Assuming you have installed LINQPad, select the Sample Tab and click on the ‘Download more samples..’ link. Enter the file path to the LINQ Examples zip file that you just downloaded.

LINQ Pad

That’s it. You can view and execute all these LINQ examples now in LINQPad.

LINQPad

All you have to do is click a query to select it and hit F5. Make sure ‘C# Program’ is selected in the Language dropdown. The results are shown below.

LINQPad

Once again, thanks to John Flynn for compiling my LINQ queries as a download. I am sure like me, other fellow developers will appreciate his efforts and make maximum use of it by downloading this zip file! Feel free to give feedback on the LINQ queries.

Cheers to our dev community!





About The Author

Suprotim Agarwal
Suprotim Agarwal, Developer Technologies MVP (Microsoft Most Valuable Professional) is the founder and contributor for DevCurry, DotNetCurry and SQLServerCurry. He is the Chief Editor of a Developer Magazine called DNC Magazine. He has also authored two Books - 51 Recipes using jQuery with ASP.NET Controls. and The Absolutely Awesome jQuery CookBook.

Follow him on twitter @suprotimagarwal.

10 comments:

Stuart said...

Thank you for this. I have started using these samples right away.

~ Stuart from Glasgow

Anonymous said...

The link to the article results in a Web application error. Can't read the article!

Suprotim Agarwal said...

Works just fine for me. Can you try again?

rosy said...

Thanks for these examples. It helps me a lot.

Unknown said...

Here you can read great beginner C# LINQ tutorials.

C# LINQ tutorials

Vishnu said...

Thanks a lot bro... :)

Unknown said...

Thanks for the great samples. You're awesome.☺.

Unknown said...

Thanks for these examples. It helps me a lot.

Unknown said...

Thanks for these examples. It helps me a lot.

Adrian said...

Thanks for these examples. They really helped me with study.