LINQ
Posted by Sudeep Pandey on September 22, 2008
Linq is very easy way to manipulate the data using query.
Here I give the example that show how to manipulate three different data format using linq.
1) Using Linq to Collection(Array or Linklist)
2) Using Linq to XML
3) Using Linq to Database like SQL