Tuesday, June 10, 2008

LINQ Pad


LINQ stands for .NET Language Integrated Query which helps developers to query ant data soruce. You can filter any data source such as ArrayList, Collections, DataSet or Xml File etc. If you know T-SQL, it's easy for you to use LINQ. And you understand what i mean.

Speaking LINQ, i came accross the tool which is used to query with LINQ. LINQPad. LINQPad has lots of sample about LINQ. If you want to learn LINQ, it's for you. And LINQPad is more than just a LINQ query tool: it's a code snippet IDE. Instantly execute any C# 3 or VB 9 expression or statement block.

LinqPad Homepage
LinqPad Download